You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2011/10/30 22:51:38 UTC

git commit: Fix typos and whitespace.

Updated Branches:
  refs/heads/master ee8044ff5 -> 1376d5de8


Fix typos and whitespace.

Closes COUCHDB-1324

Patch by Rogutės Sparnuotos.


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

Branch: refs/heads/master
Commit: 1376d5de8f47d527d5937ade181d59d35fdd6954
Parents: ee8044f
Author: Jan Lehnardt <ja...@apache.org>
Authored: Sun Oct 30 22:50:57 2011 +0100
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Sun Oct 30 22:50:57 2011 +0100

----------------------------------------------------------------------
 THANKS                |    1 +
 etc/couchdb/local.ini |    5 +++--
 2 files changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/1376d5de/THANKS
----------------------------------------------------------------------
diff --git a/THANKS b/THANKS
index d43659d..76bdeba 100644
--- a/THANKS
+++ b/THANKS
@@ -93,5 +93,6 @@ suggesting improvements or submitting changes. Some of these people are:
  * Omar Yasin <omarkj@gmail.com
  * Matt Cooley <ma...@mattcooley.net>
  * Simon Leblanc <si...@gmail.com>
+ * Rogutės Sparnuotos <ro...@googlemail.com>
 
 For a list of authors see the `AUTHORS` file.

http://git-wip-us.apache.org/repos/asf/couchdb/blob/1376d5de/etc/couchdb/local.ini
----------------------------------------------------------------------
diff --git a/etc/couchdb/local.ini b/etc/couchdb/local.ini
index 7365b6c..143b725 100644
--- a/etc/couchdb/local.ini
+++ b/etc/couchdb/local.ini
@@ -58,16 +58,17 @@ verify_ssl_certificates = false
 ; certificates used for verifying a peer certificate). May be omitted if
 ; you do not want to verify the peer.
 ;cacert_file = /full/path/to/cacertf
-; The verification fun (optionnal) if not specidied, the default
+; The verification fun (optional) if not specified, the default
 ; verification fun will be used.
 ;verify_fun = {Module, VerifyFun}
+; maximum peer certificate depth
 ssl_certificate_max_depth = 1
+
 ; To enable Virtual Hosts in CouchDB, add a vhost = path directive. All requests to
 ; the Virual Host will be redirected to the path. In the example below all requests
 ; to http://example.com/ are redirected to /database.
 ; If you run CouchDB on a specific port, include the port number in the vhost:
 ; example.com:5984 = /database
-
 [vhosts]
 ;example.com = /database/