diff --git a/db/cloner.cpp b/db/cloner.cpp index 51cecafd403..e37fdd21868 100644 --- a/db/cloner.cpp +++ b/db/cloner.cpp @@ -630,7 +630,7 @@ namespace mongo { } virtual LockType locktype(){ return WRITE; } virtual void help( stringstream &help ) const { - help << "copy a database from antoher host to this host\n"; + help << "copy a database from another host to this host\n"; help << "usage: {copydb: 1, fromhost: , fromdb: , todb: [, username: , nonce: , key: ]}"; } virtual bool run(const char *ns, BSONObj& cmdObj, string& errmsg, BSONObjBuilder& result, bool fromRepl) {