summaryrefslogtreecommitdiff
path: root/src/mongo/shell/shell_utils_launcher.h
diff options
context:
space:
mode:
authorAaron <aaron@10gen.com>2012-04-10 09:25:54 -0700
committerAaron <aaron@10gen.com>2012-04-10 20:21:56 -0700
commitab23ff16425d04ef26b23a710825c38c9e4ad428 (patch)
tree8a804ba624fd564d753c34c40dc1a24351cf5d19 /src/mongo/shell/shell_utils_launcher.h
parent0907e792cf1450659dc37d09a835fb41587c0217 (diff)
downloadmongo-ab23ff16425d04ef26b23a710825c38c9e4ad428.tar.gz
Rename namespace shellUtils to shell_utils.
Diffstat (limited to 'src/mongo/shell/shell_utils_launcher.h')
-rw-r--r--src/mongo/shell/shell_utils_launcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/shell/shell_utils_launcher.h b/src/mongo/shell/shell_utils_launcher.h
index f563015cddf..7eda4cd78d5 100644
--- a/src/mongo/shell/shell_utils_launcher.h
+++ b/src/mongo/shell/shell_utils_launcher.h
@@ -25,7 +25,7 @@ namespace mongo {
class Scope;
- namespace shellUtils {
+ namespace shell_utils {
// Scoped management of mongo program instances. Simple implementation:
// destructor kills all mongod instances created by the shell.