Repository: couchdb-couch
Updated Branches:
  refs/heads/master 5a009b168 -> 01cbf20c7


Fix typo in a test label


Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/3a09df6a
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/3a09df6a
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch/diff/3a09df6a

Branch: refs/heads/master
Commit: 3a09df6a9f8657f5dd1ea2c5dd60880260501ae0
Parents: e450420
Author: Eric Avdey <e...@eiri.ca>
Authored: Fri Jun 24 11:57:42 2016 -0300
Committer: Eric Avdey <e...@eiri.ca>
Committed: Wed Jul 6 11:27:48 2016 -0300

----------------------------------------------------------------------
 test/couch_changes_tests.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-couch/blob/3a09df6a/test/couch_changes_tests.erl
----------------------------------------------------------------------
diff --git a/test/couch_changes_tests.erl b/test/couch_changes_tests.erl
index 4f81a00..7e38a02 100644
--- a/test/couch_changes_tests.erl
+++ b/test/couch_changes_tests.erl
@@ -55,7 +55,7 @@ teardown({DbName, _}) ->
 
 changes_test_() ->
     {
-        "Changes feeed",
+        "Changes feed",
         {
             setup,
             fun test_util:start_couch/0, fun test_util:stop_couch/1,

Reply via email to