diff options
author | Stefano Charissis <stefano.charissis@gmail.com> | 2014-06-13 16:54:32 +1000 |
---|---|---|
committer | Benety Goh <benety@mongodb.com> | 2014-06-13 22:15:42 -0400 |
commit | 0ee5538e5d03b678005ea8442d21cf18751c4afb (patch) | |
tree | 7fbdcd662ecc2ae8980af513421dba88b51c1311 /src/mongo/client/examples/mongoperf.cpp | |
parent | 2f0c61885405df346808365dfd2bae70769a9f7e (diff) | |
download | mongo-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.cpp | 2 |
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(); |