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:07 UTC

[11/35] git commit: Fix callback module name for couch_event_registry

Fix callback module name for couch_event_registry


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

Branch: refs/heads/windsor-merge
Commit: 7e6c02cf58d5bff0fda08785fcbd4b6c4b3a00b6
Parents: b00c879
Author: Paul J. Davis <pa...@gmail.com>
Authored: Wed Apr 24 12:23:36 2013 -0500
Committer: Robert Newson <rn...@apache.org>
Committed: Wed Jul 30 17:37:03 2014 +0100

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


http://git-wip-us.apache.org/repos/asf/couchdb-couch-event/blob/7e6c02cf/src/couch_event_sup2.erl
----------------------------------------------------------------------
diff --git a/src/couch_event_sup2.erl b/src/couch_event_sup2.erl
index 039b897..e7387e0 100644
--- a/src/couch_event_sup2.erl
+++ b/src/couch_event_sup2.erl
@@ -37,7 +37,7 @@ init(_) ->
             permanent,
             5000,
             worker,
-            [couch_event_register]
+            [couch_event_registry]
         },
         {couch_event_dist,
             {couch_event_dist, start_link, []},