Author: fdmanana
Date: Sat Sep 17 23:52:05 2011
New Revision: 1172155
URL: http://svn.apache.org/viewvc?rev=1172155&view=rev
Log:
Fixed typo in NEWS and CHANGES
This is a backport of revision 1172153 from trunk.
Modified:
couchdb/branches/1.2.x/CHANGES
couchdb/branches/1.2.x/NEWS
Modified: couchdb/branches/1.2.x/CHANGES
URL:
http://svn.apache.org/viewvc/couchdb/branches/1.2.x/CHANGES?rev=1172155&r1=1172154&r2=1172155&view=diff
==============================================================================
--- couchdb/branches/1.2.x/CHANGES (original)
+++ couchdb/branches/1.2.x/CHANGES Sat Sep 17 23:52:05 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/branches/1.2.x/NEWS
URL:
http://svn.apache.org/viewvc/couchdb/branches/1.2.x/NEWS?rev=1172155&r1=1172154&r2=1172155&view=diff
==============================================================================
--- couchdb/branches/1.2.x/NEWS (original)
+++ couchdb/branches/1.2.x/NEWS Sat Sep 17 23:52:05 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.