summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipe David Manana <fdmanana@apache.org>2011-10-12 12:17:41 +0100
committerFilipe David Manana <fdmanana@apache.org>2011-10-12 12:17:41 +0100
commit79fa8d7d66d5e869d2a0757bb7fdf9f95fe36f66 (patch)
tree0622d37f19045a9d228fb6cabb51ac4ac5b423d9
parent605f274ff8fa5d421d7397eef3e719950b853838 (diff)
Remove duplicated word "the"
-rw-r--r--src/couchdb/priv/couch_js/help.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/couchdb/priv/couch_js/help.h b/src/couchdb/priv/couch_js/help.h
index 84c83c06..c42c9f59 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";