You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2017/09/12 20:08:52 UTC

[couchdb] 09/28: Fix typo

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

davisp pushed a commit to branch COUCHDB-3287-pluggable-storage-engines
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit e9b5e5a15d369f8da2f849fa3be67453b99cd816
Author: Paul J. Davis <pa...@gmail.com>
AuthorDate: Tue May 30 11:23:31 2017 -0500

    Fix typo
---
 src/couch/src/couch_db_engine.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/couch/src/couch_db_engine.erl b/src/couch/src/couch_db_engine.erl
index a1a63dc..82bc780 100644
--- a/src/couch/src/couch_db_engine.erl
+++ b/src/couch/src/couch_db_engine.erl
@@ -519,7 +519,7 @@
 % This function may be called by many processes concurrently.
 %
 % This function is called to count the number of documents changed
-% since they given UpdateSeq (ie, not including the possible change
+% since the given UpdateSeq (ie, not including the possible change
 % at exactly UpdateSeq). It is currently only used internally to
 % provide a status update in a replication's _active_tasks entry
 % to indicate how many documents are left to be processed.

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