You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2014/08/01 11:10:55 UTC

[09/48] mem3 commit: updated refs/heads/windsor-merge to ff02b9a

Fix trivial typo


Project: http://git-wip-us.apache.org/repos/asf/couchdb-mem3/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mem3/commit/7706134e
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-mem3/tree/7706134e
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-mem3/diff/7706134e

Branch: refs/heads/windsor-merge
Commit: 7706134ec6618d272c6d0eb15104007173cd506a
Parents: 68ca9cd
Author: Adam Kocoloski <ad...@cloudant.com>
Authored: Fri May 24 15:00:32 2013 -0400
Committer: Robert Newson <rn...@apache.org>
Committed: Wed Jul 23 18:46:25 2014 +0100

----------------------------------------------------------------------
 src/mem3_sync.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-mem3/blob/7706134e/src/mem3_sync.erl
----------------------------------------------------------------------
diff --git a/src/mem3_sync.erl b/src/mem3_sync.erl
index d85cb2f..9c82c0e 100644
--- a/src/mem3_sync.erl
+++ b/src/mem3_sync.erl
@@ -287,7 +287,7 @@ handle_db_event(<<"shards/", _/binary>> = ShardName, updated, St) ->
         Live = nodes(),
         [?MODULE:push(ShardName,N) || #shard{node=N} <- Targets,
             lists:member(N, Live)]
-    catch error:database_does_not_eist ->
+    catch error:database_does_not_exist ->
         ok
     end,
     {ok, St};