diff options
author | Filipe David Manana <fdmanana@apache.org> | 2011-10-12 12:17:41 +0100 |
---|---|---|
committer | Filipe David Manana <fdmanana@apache.org> | 2011-10-12 12:17:41 +0100 |
commit | 79fa8d7d66d5e869d2a0757bb7fdf9f95fe36f66 (patch) | |
tree | 0622d37f19045a9d228fb6cabb51ac4ac5b423d9 | |
parent | 605f274ff8fa5d421d7397eef3e719950b853838 (diff) |
Remove duplicated word "the"
-rw-r--r-- | src/couchdb/priv/couch_js/help.h | 2 |
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"; |