Author: fdmanana
Date: Sat Sep 17 23:51:33 2011
New Revision: 1172153
URL: http://svn.apache.org/viewvc?rev=1172153&view=rev
Log:
Fixed typo in NEWS and CHANGES
Modified:
couchdb/trunk/CHANGES
couchdb/trunk/NEWS
Modified: couchdb/trunk/CHANGES
URL:
http://svn.apache.org/viewvc/couchdb/trunk/CHANGES?rev=1172153&r1=1172152&r2=1172153&view=diff
==============================================================================
--- couchdb/trunk/CHANGES (original)
+++ couchdb/trunk/CHANGES Sat Sep 17 23:51:33 2011
@@ -50,7 +50,7 @@ Storage System:
OAuth:
- * Updated budled erlang_oauth library to the latest version.
+ * Updated bundled erlang_oauth library to the latest version.
Futon:
Modified: couchdb/trunk/NEWS
URL:
http://svn.apache.org/viewvc/couchdb/trunk/NEWS?rev=1172153&r1=1172152&r2=1172153&view=diff
==============================================================================
--- couchdb/trunk/NEWS (original)
+++ couchdb/trunk/NEWS Sat Sep 17 23:51:33 2011
@@ -12,7 +12,7 @@ Version 1.2.0
This version has not been released yet.
- * Updated budled erlang_oauth library to the latest version.
+ * Updated bundled erlang_oauth library to the latest version.
* cURL is no longer required to build CouchDB as it is only
required by the command line JS test runner.
* Added a native JSON parser.