summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason David Davies <jasondavies@apache.org>2010-02-17 10:53:27 +0000
committerJason David Davies <jasondavies@apache.org>2010-02-17 10:53:27 +0000
commit01cf7fe6c3e5f440f3a2bacb4834b444e95c5b34 (patch)
tree70c02d1234d919b073b2407fa26fd31e8060e3d1
parentf373e126d9bb25ad72ab2cf09ef4794eb3f90e75 (diff)
Fix speling.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@910910 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8cb114c2..babfc490 100644
--- a/NEWS
+++ b/NEWS
@@ -21,7 +21,8 @@ This version has not been released yet.
* Bug fix for partial updates during view builds.
* Bug fix for building couch.app's module list.
* Fixed a problem with statistics timers and system sleep.
- * Improved the satistics calculations to use an online moving window algorithms.
+ * Improved the statistics calculations to use an online moving window
+ algorithm.
* Adds batching of multiple updating requests, to improve throughput with many
writers. Removed the now redundant couch_batch_save module.
* Bug fix for premature termination of chunked responses.