You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2014/07/10 10:16:03 UTC

couchdb commit: updated refs/heads/master to ade9dae

Repository: couchdb
Updated Branches:
  refs/heads/master ffa54d8a2 -> ade9dae23


really fix typo


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/ade9dae2
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/ade9dae2
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/ade9dae2

Branch: refs/heads/master
Commit: ade9dae2311b43b9c742d7a94ce0159416ebba0f
Parents: ffa54d8
Author: Robert Newson <rn...@apache.org>
Authored: Thu Jul 10 09:15:52 2014 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Thu Jul 10 09:15:52 2014 +0100

----------------------------------------------------------------------
 share/doc/src/couchapp/views/intro.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/ade9dae2/share/doc/src/couchapp/views/intro.rst
----------------------------------------------------------------------
diff --git a/share/doc/src/couchapp/views/intro.rst b/share/doc/src/couchapp/views/intro.rst
index f7d0738..5d588ed 100644
--- a/share/doc/src/couchapp/views/intro.rst
+++ b/share/doc/src/couchapp/views/intro.rst
@@ -378,7 +378,7 @@ B-trees are structured, we can cache the intermediate reduce results in the
 non-leaf nodes of the tree, so reduce queries can be computed along arbitrary
 key ranges in logarithmic time. See Figure 1, “Comments map function”.
 
-In the blog app, we use ``group_leve`` reduce queries to compute the count of
+In the blog app, we use ``group_level`` reduce queries to compute the count of
 comments both on a per-post and total basis, achieved by querying the same view
 index with different methods. With some array keys, and assuming each key has
 the value ``1``: