summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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" ||