[clouchdb-cvs] CVS clouchdb/public_html
peddy
peddy at common-lisp.net
Wed Dec 19 15:45:00 UTC 2007
Update of /project/clouchdb/cvsroot/clouchdb/public_html
In directory clnet:/tmp/cvs-serv27061
Modified Files:
index.html
Log Message:
Fixed spelling errors
--- /project/clouchdb/cvsroot/clouchdb/public_html/index.html 2007/12/19 15:10:43 1.7
+++ /project/clouchdb/cvsroot/clouchdb/public_html/index.html 2007/12/19 15:45:00 1.8
@@ -58,8 +58,8 @@
decoded.
</li>
<li><b>Dec 17, 2007</b> Released version 0.0.5 with fixes for
- encoding of URL parameters. This fix allows use of leagl CouchDb
- characaters for database names and document IDs which must be
+ encoding of URL parameters. This fix allows use of legal CouchDb
+ characters for database names and document IDs which must be
escaped in urls.
</li>
<li><b>Dec 9, 2007</b> - Version 0.0.4: Updated
@@ -545,7 +545,7 @@
Document content takes the form of an associative list. The car of
each element of the associative list may be either a string or a
symbol. For example, each of the following calls to
- (create-document) creates a document with a field wich will be
+ (create-document) creates a document with a field which will be
named "name" in the database, but which will be :NAME (a keyword
symbol) when the documents are retrieved:
</p>
@@ -567,7 +567,7 @@
<p>
Field names in CouchDb are case sensitive. To specify a field name
that uses mixed case, you may either use a string value, or encode
- the symbol approprately. In the following example a single
+ the symbol appropriately. In the following example a single
document is created with two fields named, "name" and "Name":
</p>
More information about the clouchdb-cvs
mailing list