You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by dj...@apache.org on 2013/08/19 15:10:34 UTC

git commit: updated refs/heads/master to 86455f3

Updated Branches:
  refs/heads/master 01f395eb7 -> 86455f3fc


Fix typo, consistency with vertical whitespace.


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/86455f3f
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/86455f3f
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/86455f3f

Branch: refs/heads/master
Commit: 86455f3fca8ad6d6860ccaead50cae868b681a08
Parents: 01f395e
Author: Dirkjan Ochtman <dj...@apache.org>
Authored: Mon Aug 19 15:10:20 2013 +0200
Committer: Dirkjan Ochtman <dj...@apache.org>
Committed: Mon Aug 19 15:10:20 2013 +0200

----------------------------------------------------------------------
 share/doc/src/api/database.rst | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/86455f3f/share/doc/src/api/database.rst
----------------------------------------------------------------------
diff --git a/share/doc/src/api/database.rst b/share/doc/src/api/database.rst
index 4ef330d..2ef4ad7 100644
--- a/share/doc/src/api/database.rst
+++ b/share/doc/src/api/database.rst
@@ -998,7 +998,7 @@ should use a defined view if you want to achieve the best performance.
 * **Response**: JSON structure with purged documents and purge sequence
 * **Admin Privileges Required**: no
 
-Occasionaly something into ends up in your database that should never have
+Occasionally something into ends up in your database that should never have
 written to it, like a password or private key. Purge can help you here.
 
 A database purge permanently removes the references to deleted documents
@@ -1009,7 +1009,6 @@ deleted documents are replicated to other databases as having been
 deleted. This also means that you can check the status of a document and
 identify that the document has been deleted.
 
-
 .. note::
 
     Don't use purge as a regular operation, it is designed to be used