You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2017/04/10 19:44:56 UTC

[couchdb] branch 63012-scheduler updated: [fixup] silly typo in couch_replicator_sup

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

vatamane pushed a commit to branch 63012-scheduler
in repository https://gitbox.apache.org/repos/asf/couchdb.git

The following commit(s) were added to refs/heads/63012-scheduler by this push:
       new  0d4172f   [fixup] silly typo in couch_replicator_sup
0d4172f is described below

commit 0d4172fb73b55017d1df50d1ba6521a40a1bf2dc
Author: Nick Vatamaniuc <va...@apache.org>
AuthorDate: Mon Apr 10 15:44:47 2017 -0400

    [fixup] silly typo in couch_replicator_sup
---
 src/couch_replicator/src/couch_replicator_sup.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/couch_replicator/src/couch_replicator_sup.erl b/src/couch_replicator/src/couch_replicator_sup.erl
index b50c0a1..5475e8f 100644
--- a/src/couch_replicator/src/couch_replicator_sup.erl
+++ b/src/couch_replicator/src/couch_replicator_sup.erl
@@ -65,7 +65,7 @@ init(_Args) ->
         {couch_replicator,
             % This is a simple function call which does not create a process
             % but returns `ignore`. It is used to make sure each node
-            % a local `_replicator` database.
+            % has a local `_replicator` database.
             {couch_replicator, ensure_rep_db_exists, []},
             transient,
             brutal_kill,

-- 
To stop receiving notification emails like this one, please contact
['"commits@couchdb.apache.org" <co...@couchdb.apache.org>'].