From 04e53d2dc0e9d7f475907fa432627409f4c4b93e Mon Sep 17 00:00:00 2001 From: Aaron Date: Thu, 29 Jan 2009 12:02:32 -0500 Subject: [PATCH] Typo --- shell/mongo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/mongo.js b/shell/mongo.js index 1c728d529b7..ef6ebd84dac 100644 --- a/shell/mongo.js +++ b/shell/mongo.js @@ -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";