diff options
author | Jens Rantil <jens.rantil@gmail.com> | 2013-11-28 23:30:31 +0100 |
---|---|---|
committer | Jens Rantil <jens.rantil@gmail.com> | 2013-11-28 23:30:31 +0100 |
commit | 2b8070875b799810a1409d7067afdf9ac6b90d16 (patch) | |
tree | fe1d80a8f1e82db296ec80cd013f41bad999df11 | |
parent | 4e57f8fd1c8cf788e994cc332bc915d2c11d8c1b (diff) | |
download | couchdb-2b8070875b799810a1409d7067afdf9ac6b90d16.tar.gz |
Fix minor documemtation typo
-rw-r--r-- | share/doc/src/api/database/compact.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/doc/src/api/database/compact.rst b/share/doc/src/api/database/compact.rst index cdafb2607..706eedf6c 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. |