summaryrefslogtreecommitdiff
path: root/src/mongo/client/examples/mongoperf.cpp
diff options
context:
space:
mode:
authorStefano Charissis <stefano.charissis@gmail.com>2014-06-13 16:54:32 +1000
committerBenety Goh <benety@mongodb.com>2014-06-13 22:15:42 -0400
commit0ee5538e5d03b678005ea8442d21cf18751c4afb (patch)
tree7fbdcd662ecc2ae8980af513421dba88b51c1311 /src/mongo/client/examples/mongoperf.cpp
parent2f0c61885405df346808365dfd2bae70769a9f7e (diff)
downloadmongo-0ee5538e5d03b678005ea8442d21cf18751c4afb.tar.gz
SERVER-9634 Fix typo in mongoperf; 'optoins' -> 'options'.
Signed-off-by: Benety Goh <benety@mongodb.com>
Diffstat (limited to 'src/mongo/client/examples/mongoperf.cpp')
-rw-r--r--src/mongo/client/examples/mongoperf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/client/examples/mongoperf.cpp b/src/mongo/client/examples/mongoperf.cpp
index cd46fe316ed..6c67ee8c23a 100644
--- a/src/mongo/client/examples/mongoperf.cpp
+++ b/src/mongo/client/examples/mongoperf.cpp
@@ -200,7 +200,7 @@ void go() {
cout << "testing..."<< endl;
- cout << "optoins:" << o.toString() << endl;
+ cout << "options:" << o.toString() << endl;
unsigned wthr = 1;
if( !o["nThreads"].eoo() ) {
wthr = (unsigned) o["nThreads"].Int();