summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2012-10-10 21:24:07 +0200
committerJan Lehnardt <jan@apache.org>2012-10-10 21:24:07 +0200
commitca8870172c965d70a82ed44dfce9d9f59b222296 (patch)
tree5df5f3467178ba98d025d7f97ad097b0e03d27a3
parentac320479035ac7a844686f2efb5b314baa33e14c (diff)
downloadcouchdb-ca8870172c965d70a82ed44dfce9d9f59b222296.tar.gz
fix typo, closes pr #29
-rw-r--r--THANKS1
-rw-r--r--src/couchdb/couch_config.erl2
2 files changed, 2 insertions, 1 deletions
diff --git a/THANKS b/THANKS
index 06ea1b3cc..6217c947e 100644
--- a/THANKS
+++ b/THANKS
@@ -92,6 +92,7 @@ suggesting improvements or submitting changes. Some of these people are:
* RogutÄ—s Sparnuotos <rogutes@googlemail.com>
* Gavin McDonald <gmcdonald@apache.org>
* Fedor Indutny <fedor@indutny.com>
+ * Tim Blair
# Dear committer who merges a commit from a non-committer:
# You don't have to manually maintain the THANKS file anymore (yay!).
# Non-committer authors get automatically appended to THANKS and
diff --git a/src/couchdb/couch_config.erl b/src/couchdb/couch_config.erl
index f66985387..79effda0b 100644
--- a/src/couchdb/couch_config.erl
+++ b/src/couchdb/couch_config.erl
@@ -12,7 +12,7 @@
% Reads CouchDB's ini file and gets queried for configuration parameters.
% This module is initialized with a list of ini files that it consecutively
-% reads Key/Value pairs from and saves them in an ets table. If more an one
+% reads Key/Value pairs from and saves them in an ets table. If more than one
% ini file is specified, the last one is used to write changes that are made
% with store/2 back to that ini file.