summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregs <greg@10gen.com>2011-08-08 23:36:12 -0400
committergregs <greg@10gen.com>2011-08-09 02:16:54 -0400
commit709c5f262803d2b2f2f5e5787a5a5eff9e4296bd (patch)
tree59a9a37ab20a48c6e7a4a218499342a69b02cf5a
parente8f069d8a2c88819a9c478e71faf16c179fbc519 (diff)
downloadmongo-709c5f262803d2b2f2f5e5787a5a5eff9e4296bd.tar.gz
typo
-rw-r--r--s/config.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/s/config.cpp b/s/config.cpp
index ea2fb358815..f9e548235d3 100644
--- a/s/config.cpp
+++ b/s/config.cpp
@@ -70,7 +70,7 @@ namespace mongo {
_dropped = false;
}
- void DBConfig::CollectionInfocon::unshard() {
+ void DBConfig::CollectionInfo::unshard() {
_cm.reset();
_dropped = true;
_dirty = true;