s/MVC/MVCC in replication protocol docs
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/b4332e43 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/b4332e43 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/b4332e43 Branch: refs/heads/2041-update-ibrowse Commit: b4332e437f12de4c65de7484d2d1cd0b52bd4d32 Parents: 0e33059 Author: BigBlueHat <[email protected]> Authored: Mon Oct 21 10:02:11 2013 -0400 Committer: BigBlueHat <[email protected]> Committed: Thu Mar 13 09:38:24 2014 -0400 ---------------------------------------------------------------------- share/doc/src/replication/protocol.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/b4332e43/share/doc/src/replication/protocol.rst ---------------------------------------------------------------------- diff --git a/share/doc/src/replication/protocol.rst b/share/doc/src/replication/protocol.rst index c5a8181..0f6fdfd 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.
