Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 350F5200B6D for ; Wed, 24 Aug 2016 00:04:27 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 412D8160AC4; Tue, 23 Aug 2016 22:04:19 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id AD1D5160ACE for ; Wed, 24 Aug 2016 00:04:18 +0200 (CEST) Received: (qmail 24545 invoked by uid 500); 23 Aug 2016 22:04:17 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 24532 invoked by uid 99); 23 Aug 2016 22:04:17 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Aug 2016 22:04:17 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C0DB1E0441; Tue, 23 Aug 2016 22:04:17 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: iilyak@apache.org To: commits@couchdb.apache.org Date: Tue, 23 Aug 2016 22:04:18 -0000 Message-Id: <082c25d3aa0b4c5f9554a77128f2736f@git.apache.org> In-Reply-To: <160ffab0cedf4f2391403a418d9f55db@git.apache.org> References: <160ffab0cedf4f2391403a418d9f55db@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/3] couchdb-ioq git commit: Fix a typo in a child name archived-at: Tue, 23 Aug 2016 22:04:27 -0000 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 Authored: Tue Aug 23 14:23:24 2016 -0700 Committer: ILYA Khlopotov 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) ->