Updated Branches: refs/heads/master 4e57f8fd1 -> 2b8070875
Fix minor documemtation typo Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/2b807087 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/2b807087 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/2b807087 Branch: refs/heads/master Commit: 2b8070875b799810a1409d7067afdf9ac6b90d16 Parents: 4e57f8f Author: Jens Rantil <[email protected]> Authored: Thu Nov 28 23:30:31 2013 +0100 Committer: Jens Rantil <[email protected]> Committed: Thu Nov 28 23:30:31 2013 +0100 ---------------------------------------------------------------------- share/doc/src/api/database/compact.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/2b807087/share/doc/src/api/database/compact.rst ---------------------------------------------------------------------- diff --git a/share/doc/src/api/database/compact.rst b/share/doc/src/api/database/compact.rst index cdafb26..706eedf 100644 --- a/share/doc/src/api/database/compact.rst +++ b/share/doc/src/api/database/compact.rst @@ -91,7 +91,7 @@ Compacts the view indexes associated with the specified design document. If may be that compacting a large view can return more storage than - compacting the atual db. Thus, you can use this in place of the full + compacting the actual db. Thus, you can use this in place of the full database compaction if you know a specific set of view indexes have been affected by a recent database change.
