You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2010/02/17 11:53:27 UTC

svn commit: r910910 - /couchdb/trunk/NEWS

Author: jasondavies
Date: Wed Feb 17 10:53:27 2010
New Revision: 910910

URL: http://svn.apache.org/viewvc?rev=910910&view=rev
Log:
Fix speling.

Modified:
    couchdb/trunk/NEWS

Modified: couchdb/trunk/NEWS
URL: http://svn.apache.org/viewvc/couchdb/trunk/NEWS?rev=910910&r1=910909&r2=910910&view=diff
==============================================================================
--- couchdb/trunk/NEWS (original)
+++ couchdb/trunk/NEWS Wed Feb 17 10:53:27 2010
@@ -21,7 +21,8 @@
  * 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.