0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 09:06:21 +01:00

typo MINOR

This commit is contained in:
Mathias Stearn 2010-04-13 15:35:12 -04:00
parent 948256f3df
commit 5514fc4473

View File

@ -61,7 +61,7 @@ namespace mongo {
return e._numberLong();
errmsg = "version is not a numberic type";
errmsg = "version is not a numeric type";
return 0;
}