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/f57eed61 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/tree/f57eed61 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/diff/f57eed61 Branch: refs/heads/import-master Commit: f57eed61de90001817534750d4fc833439fdaa17 Parents: 1d98d85 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 ---------------------------------------------------------------------- src/replication/protocol.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/f57eed61/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.
