You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2014/07/10 11:47:06 UTC

[07/50] documentation commit: updated refs/heads/import-master to fe7f7bf

s/MVC/MVCC in replication protocol docs


Project: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/commit/091983c8
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/tree/091983c8
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/diff/091983c8

Branch: refs/heads/import-master
Commit: 091983c8dbb30a92d60d1629adbe8c0a0dee03c8
Parents: 7592a71
Author: BigBlueHat <by...@bigbluehat.com>
Authored: Mon Oct 21 10:02:11 2013 -0400
Committer: BigBlueHat <by...@bigbluehat.com>
Committed: Thu Mar 13 09:38:24 2014 -0400

----------------------------------------------------------------------
 src/replication/protocol.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/091983c8/src/replication/protocol.rst
----------------------------------------------------------------------
diff --git a/src/replication/protocol.rst b/src/replication/protocol.rst
index c5a8181..0f6fdfd 100644
--- a/src/replication/protocol.rst
+++ b/src/replication/protocol.rst
@@ -40,7 +40,7 @@ provided by the couch_replicator_ module available in Apache CouchDB.
 
 The CouchDB_ replication protocol is using the `CouchDB REST API
 <http://wiki.apache.org/couchdb/Reference>`_ and so is based on HTTP and
-the Apache CouchDB MVC Data model. The primary goal of this
+the Apache CouchDB MVCC Data model. The primary goal of this
 specification is to describe the CouchDB replication algorithm.