diff options
Diffstat (limited to 'src/mongo/db/repl/repl_start.cpp')
-rw-r--r-- | src/mongo/db/repl/repl_start.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/repl/repl_start.cpp b/src/mongo/db/repl/repl_start.cpp index 54655160f88..2a1ffde0d49 100644 --- a/src/mongo/db/repl/repl_start.cpp +++ b/src/mongo/db/repl/repl_start.cpp @@ -39,7 +39,7 @@ #include "mongo/util/log.h" namespace mongo { -namespace replset { +namespace repl { /** @param cfgString <setname>/<seedhost1>,<seedhost2> */ void parseReplsetCmdLine(const std::string& cfgString, @@ -109,5 +109,5 @@ namespace replset { startMasterSlave(); } -} // namespace replset +} // namespace repl } // namespace mongo |