You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ko...@apache.org on 2020/01/06 18:27:11 UTC

[couchdb] 11/19: Fix a typo in a child name

This is an automated email from the ASF dual-hosted git repository.

kocolosk pushed a commit to branch ioq-in-tree
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 126a849fa394f336bc769e85adad143a651c4ec1
Author: ILYA Khlopotov <ii...@ca.ibm.com>
AuthorDate: Tue Aug 23 14:23:24 2016 -0700

    Fix a typo in a child name
    
    COUCHDB-3102
---
 src/ioq_sup.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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) ->