mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
Typo
This commit is contained in:
parent
ef0e276f1a
commit
04e53d2dc0
@ -36,7 +36,7 @@ Mongo.prototype.toString = function(){
|
||||
}
|
||||
|
||||
connect = function( url , user , pass ){
|
||||
print( "conneting to: " + url )
|
||||
print( "connecting to: " + url )
|
||||
|
||||
if ( user && ! pass )
|
||||
throw "you specified a user and not a password. either you need a password, or you're using the old connect api";
|
||||
|
Loading…
Reference in New Issue
Block a user