summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2010-05-08 11:46:40 -0400
committerEliot Horowitz <eliot@10gen.com>2010-05-08 11:46:40 -0400
commit435cdcea554d5a9a103fa9ecd37ec739351171c7 (patch)
tree07197376aae693a7ea8f1aeec1f234a7ec6b9be6 /tools
parentd90d9690aa1f4cbd7fc93c343c88dfb80c74ff4f (diff)
downloadmongo-435cdcea554d5a9a103fa9ecd37ec739351171c7.tar.gz
some typos SERVER-1103
Diffstat (limited to 'tools')
-rw-r--r--tools/tool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tool.cpp b/tools/tool.cpp
index 4e5914f0832..97095d9304c 100644
--- a/tools/tool.cpp
+++ b/tools/tool.cpp
@@ -230,7 +230,7 @@ namespace mongo {
void Tool::addFieldOptions(){
add_options()
- ("fields,f" , po::value<string>() , "comma seperated list of field names e.g. -f name,age" )
+ ("fields,f" , po::value<string>() , "comma separated list of field names e.g. -f name,age" )
("fieldFile" , po::value<string>() , "file with fields names - 1 per line" )
;
}