summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES4
-rw-r--r--NEWS4
2 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 9052848a..fb2cc85a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -17,12 +17,12 @@ Replicator:
HTTP Interface:
* Show fields saved along with _deleted=true. Allows for auditing of deletes.
- * Better error messages on bad URL requests.
+ * Better error messages on invalid URL requests.
* More robust Accept-header detection.
Authentication:
- * Anable basic-auth popup when required to access the server, to prevent
+ * Enable basic-auth popup when required to access the server, to prevent
people from getting locked out.
* User documents can now be deleted by admins or the user.
diff --git a/NEWS b/NEWS
index 5b275cac..7b9049f4 100644
--- a/NEWS
+++ b/NEWS
@@ -14,8 +14,8 @@ Version 1.0.1
* Fixed various replicator bugs for security and interop with older CouchDB
versions.
* Show fields saved along with _deleted=true. Allows for auditing of deletes.
- * Better error messages on bad URL requests.
- * Anable basic-auth popup when required to access the server, to prevent
+ * Better error messages on invalid URL requests.
+ * Enable basic-auth popup when required to access the server, to prevent
people from getting locked out.
* Avoid potential DOS attack by guarding all creation of atoms.
* User interface element for querying stale (cached) views.