summaryrefslogtreecommitdiff
path: root/src/mongo/db/namespace_details.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/namespace_details.h')
-rw-r--r--src/mongo/db/namespace_details.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/namespace_details.h b/src/mongo/db/namespace_details.h
index f448be9da0a..043c5a76d7e 100644
--- a/src/mongo/db/namespace_details.h
+++ b/src/mongo/db/namespace_details.h
@@ -421,7 +421,7 @@ namespace mongo {
todo: cleanup code, need abstractions and separation
*/
- // todo: multiple db's with the same name (repairDatbase) is not handled herein. that may be
+ // todo: multiple db's with the same name (repairDatabase) is not handled herein. that may be
// the way to go, if not used by repair, but need some sort of enforcement / asserts.
class NamespaceDetailsTransient : boost::noncopyable {
BOOST_STATIC_ASSERT( sizeof(NamespaceDetails) == 496 );