summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGregory Wlodarek <gregory.wlodarek@mongodb.com>2021-10-25 18:24:50 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-10-25 19:20:49 +0000
commitd95d9dd1e6a34f7af53feee1e55fbc74ae6e32b3 (patch)
treeaefa18b296c199a2639e51912bc87154269e839f /src
parent2b7d0c0b5dd84ecd0a3f49f273a5a789ac4b44c4 (diff)
downloadmongo-d95d9dd1e6a34f7af53feee1e55fbc74ae6e32b3.tar.gz
SERVER-60576 Fix typo in SetFeatureCompatibilityVersionCommand
Diffstat (limited to 'src')
-rw-r--r--src/mongo/db/commands/set_feature_compatibility_version_command.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/commands/set_feature_compatibility_version_command.cpp b/src/mongo/db/commands/set_feature_compatibility_version_command.cpp
index 77d9800f8d0..9176000fe9a 100644
--- a/src/mongo/db/commands/set_feature_compatibility_version_command.cpp
+++ b/src/mongo/db/commands/set_feature_compatibility_version_command.cpp
@@ -587,7 +587,7 @@ private:
}
uassert(ErrorCodes::Error(549181),
- "Failing upgrade due to 'failDowngrading' failpoint set",
+ "Failing downgrade due to 'failDowngrading' failpoint set",
!failDowngrading.shouldFail());
if (serverGlobalParams.clusterRole == ClusterRole::ConfigServer) {