diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mongo/db/fts/fts_command_mongod.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/fts/fts_command_mongod.cpp b/src/mongo/db/fts/fts_command_mongod.cpp index 30f3a16575a..2a95e79038b 100644 --- a/src/mongo/db/fts/fts_command_mongod.cpp +++ b/src/mongo/db/fts/fts_command_mongod.cpp @@ -98,7 +98,7 @@ namespace mongo { return false; } if ( idxMatches.size() > 1 ) { - errmsg = str::stream() << "too many text index for: " << ns; + errmsg = str::stream() << "too many text indexes for: " << ns; return false; } |