summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBigBlueHat <byoung@bigbluehat.com>2013-10-21 10:02:11 -0400
committerBigBlueHat <byoung@bigbluehat.com>2014-03-13 09:38:24 -0400
commitb4332e437f12de4c65de7484d2d1cd0b52bd4d32 (patch)
tree9bd894adc7429b3e77ec334a72b00f0a80929983
parent0e33059e929e2f9ee41bcd743768daa3dae716e2 (diff)
downloadcouchdb-b4332e437f12de4c65de7484d2d1cd0b52bd4d32.tar.gz
s/MVC/MVCC in replication protocol docs
-rw-r--r--share/doc/src/replication/protocol.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/doc/src/replication/protocol.rst b/share/doc/src/replication/protocol.rst
index c5a81819b..0f6fdfdec 100644
--- a/share/doc/src/replication/protocol.rst
+++ b/share/doc/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.