summaryrefslogtreecommitdiff
path: root/src/mongo/util
diff options
context:
space:
mode:
authorAndreas Nilsson <andreas.nilsson@10gen.com>2013-10-15 14:43:10 -0400
committerAndreas Nilsson <andreas.nilsson@10gen.com>2013-10-22 14:31:04 -0400
commit4221d2384a648d158e86041d05c353445412a025 (patch)
treee734227858120e9b0a0a23f8985a8a7ad6aac4f8 /src/mongo/util
parent98bdc3025f4f0527cc09a90834cdecf6b7c235d8 (diff)
downloadmongo-4221d2384a648d158e86041d05c353445412a025.tar.gz
SERVER-11141 Fixed SSL error message typo
Diffstat (limited to 'src/mongo/util')
-rw-r--r--src/mongo/util/net/ssl_options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/util/net/ssl_options.cpp b/src/mongo/util/net/ssl_options.cpp
index c72dc0fb129..9620c2593ed 100644
--- a/src/mongo/util/net/ssl_options.cpp
+++ b/src/mongo/util/net/ssl_options.cpp
@@ -207,7 +207,7 @@ namespace mongo {
sslGlobalParams.sslWeakCertificateValidation ||
sslGlobalParams.sslFIPSMode) {
return Status(ErrorCodes::BadValue,
- "need to enable SSL via the sslMode flag when"
+ "need to enable SSL via the sslMode flag when "
"using SSL configuration parameters");
}
if (serverGlobalParams.clusterAuthMode == "sendKeyfile" ||