summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorILYA Khlopotov <iilyak@ca.ibm.com>2016-08-23 14:23:24 -0700
committerILYA Khlopotov <iilyak@ca.ibm.com>2016-08-23 14:25:27 -0700
commit126a849fa394f336bc769e85adad143a651c4ec1 (patch)
tree4509b4aacd23e39fe0b2db91b10971a71f0cd3fb
parentbdcfe6aa3a33c28411f0e4b9b121fff33474c3eb (diff)
downloadcouchdb-126a849fa394f336bc769e85adad143a651c4ec1.tar.gz
Fix a typo in a child name
COUCHDB-3102
-rw-r--r--src/ioq_sup.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ioq_sup.erl b/src/ioq_sup.erl
index 56e51ae42..fa919e4c5 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) ->