summaryrefslogtreecommitdiff
path: root/s/grid.cpp
diff options
context:
space:
mode:
Diffstat (limited to 's/grid.cpp')
-rw-r--r--s/grid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/s/grid.cpp b/s/grid.cpp
index abf85135d71..8ba0d706080 100644
--- a/s/grid.cpp
+++ b/s/grid.cpp
@@ -119,7 +119,7 @@ namespace mongo {
}
bool Grid::addShard( string* name , const ConnectionString& servers , long long maxSize , string& errMsg ) {
- // name can be NULL, so privide a dummy one here to avoid testing it elsewhere
+ // name can be NULL, so provide a dummy one here to avoid testing it elsewhere
string nameInternal;
if ( ! name ) {
name = &nameInternal;