summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/get_executor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/query/get_executor.cpp')
-rw-r--r--src/mongo/db/query/get_executor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/query/get_executor.cpp b/src/mongo/db/query/get_executor.cpp
index d28dd909032..fa90e211989 100644
--- a/src/mongo/db/query/get_executor.cpp
+++ b/src/mongo/db/query/get_executor.cpp
@@ -907,7 +907,7 @@ protected:
std::unique_ptr<SlotBasedPrepareExecutionResult> buildIdHackPlan(
const IndexDescriptor* descriptor, QueryPlannerParams* plannerParams) final {
uassert(4822862,
- "IDHack plan is not supprted by SBE yet",
+ "IDHack plan is not supported by SBE yet",
!(_cq->metadataDeps()[DocumentMetadataFields::kSortKey] ||
_cq->getQueryRequest().returnKey() || _cq->getProj()));