diff options
author | Paul Joseph Davis <davisp@apache.org> | 2010-11-08 16:52:37 +0000 |
---|---|---|
committer | Paul Joseph Davis <davisp@apache.org> | 2010-11-08 16:52:37 +0000 |
commit | 93eb31323d932e57b73973a12b5ccf42d1b1b8b1 (patch) | |
tree | 2f4fd1a5f1b935df95ec5e93a0e8d701f8bd007e | |
parent | e9bf7b33c7a95cc7f749f21a54ef92714e1e4565 (diff) |
Fixed a couple typos.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1032637 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-x | test/etap/021-btree-reductions.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/etap/021-btree-reductions.t b/test/etap/021-btree-reductions.t index 3e19c767..331e49af 100755 --- a/test/etap/021-btree-reductions.t +++ b/test/etap/021-btree-reductions.t @@ -106,7 +106,7 @@ test()-> (_) -> false end, couch_btree:fold_reduce(Btree2, FoldFun, [], [{dir, fwd}, {key_group_fun, GroupFun}, {start_key, SK1}, {end_key, EK1}]), - "Reducing foward over first half works with a startkey and endkey." + "Reducing forward over first half works with a startkey and endkey." ), etap:fun_is( @@ -115,7 +115,7 @@ test()-> (_) -> false end, couch_btree:fold_reduce(Btree2, FoldFun, [], [{dir, fwd}, {key_group_fun, GroupFun}, {start_key, SK2}, {end_key, EK2}]), - "Reducing foward over second half works with second startkey and endkey" + "Reducing forward over second half works with second startkey and endkey" ), etap:fun_is( |