summaryrefslogtreecommitdiff
path: root/src/mongo
diff options
context:
space:
mode:
authorA. Jesse Jiryu Davis <jesse@emptysquare.net>2017-06-17 23:32:02 -0400
committerThomas Schubert <thomas.schubert@mongodb.com>2017-08-02 19:13:35 -0400
commit0eea3fc035718c7ae6fc570670f1c51f8f3d71a5 (patch)
tree9e0e8455dcdc592ca61461992319f2b9aeb6ef89 /src/mongo
parent34081bb4536f2a7961ed9d22278b2e31aad362a5 (diff)
downloadmongo-0eea3fc035718c7ae6fc570670f1c51f8f3d71a5.tar.gz
SERVER-30489 Fix typo in bind_ip startup warning
Closes #1157 Signed-off-by: Thomas Schubert <thomas.schubert@mongodb.com>
Diffstat (limited to 'src/mongo')
-rw-r--r--src/mongo/db/startup_warnings_common.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/startup_warnings_common.cpp b/src/mongo/db/startup_warnings_common.cpp
index 78076cc0950..15a8de61823 100644
--- a/src/mongo/db/startup_warnings_common.cpp
+++ b/src/mongo/db/startup_warnings_common.cpp
@@ -119,7 +119,7 @@ void logCommonStartupWarnings(const ServerGlobalParams& serverParams) {
<< startupWarningsLog;
log() << "** Start the server with --bind_ip <address> to specify which IP "
<< startupWarningsLog;
- log() << "** addressses it should serve responses from, or with --bind_ip_all to"
+ log() << "** addresses it should serve responses from, or with --bind_ip_all to"
<< startupWarningsLog;
log() << "** bind to all interfaces. If this behavior is desired, start the"
<< startupWarningsLog;