summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mongo/db/sorter/sorter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/sorter/sorter.cpp b/src/mongo/db/sorter/sorter.cpp
index 35cbfc19bf2..d41738d2778 100644
--- a/src/mongo/db/sorter/sorter.cpp
+++ b/src/mongo/db/sorter/sorter.cpp
@@ -1172,7 +1172,7 @@ Sorter<Key, Value>* Sorter<Key, Value>::makeFromExistingRanges(
checkNoExternalSortOnMongos(opts);
invariant(opts.limit == 0,
- str::stream() << "Creating a Sorter from existing ranges is only availble with the "
+ str::stream() << "Creating a Sorter from existing ranges is only available with the "
"NoLimitSorter (limit 0), but got limit "
<< opts.limit);