You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ko...@apache.org on 2011/10/26 20:05:32 UTC

[11/50] git commit: Remove duplicated word "the"

Remove duplicated word "the"


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

Branch: refs/heads/1319-large-headers-are-corrupted
Commit: 28f80aeb6eaf2a704de247eb368420d738a2cd1d
Parents: 6b19905
Author: Filipe David Manana <fd...@apache.org>
Authored: Wed Oct 12 12:16:55 2011 +0100
Committer: Filipe David Manana <fd...@apache.org>
Committed: Wed Oct 12 12:16:55 2011 +0100

----------------------------------------------------------------------
 src/couchdb/priv/couch_js/help.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/28f80aeb/src/couchdb/priv/couch_js/help.h
----------------------------------------------------------------------
diff --git a/src/couchdb/priv/couch_js/help.h b/src/couchdb/priv/couch_js/help.h
index 84c83c0..c42c9f5 100644
--- a/src/couchdb/priv/couch_js/help.h
+++ b/src/couchdb/priv/couch_js/help.h
@@ -51,7 +51,7 @@ static const char USAGE_TEMPLATE[] =
     "  -H          enable %s cURL bindings (only avaiable\n"
     "              if package was built with cURL available)\n"
     "  -S SIZE     specify that the interpreter should set the\n"
-    "              the stack quota for JS contexts to SIZE bytes\n"
+    "              stack quota for JS contexts to SIZE bytes\n"
     "\n"
     "Report bugs at <%s>.\n";