You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ii...@apache.org on 2016/08/23 22:04:18 UTC

[2/3] couchdb-ioq git commit: Fix a typo in a child name

Fix a typo in a child name

COUCHDB-3102


Project: http://git-wip-us.apache.org/repos/asf/couchdb-ioq/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ioq/commit/126a849f
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ioq/tree/126a849f
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-ioq/diff/126a849f

Branch: refs/heads/master
Commit: 126a849fa394f336bc769e85adad143a651c4ec1
Parents: bdcfe6a
Author: ILYA Khlopotov <ii...@ca.ibm.com>
Authored: Tue Aug 23 14:23:24 2016 -0700
Committer: ILYA Khlopotov <ii...@ca.ibm.com>
Committed: Tue Aug 23 14:25:27 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/couchdb-ioq/blob/126a849f/src/ioq_sup.erl
----------------------------------------------------------------------
diff --git a/src/ioq_sup.erl b/src/ioq_sup.erl
index 56e51ae..fa919e4 100644
--- a/src/ioq_sup.erl
+++ b/src/ioq_sup.erl
@@ -31,7 +31,7 @@ init([]) ->
             worker,
             [config_listener_mon]
         },
-        ?CHILD(ioq_server, worker)
+        ?CHILD(ioq, worker)
     ]} }.
 
 handle_config_change("ioq", _Key, _Val, _Persist, St) ->