diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mongo/db/ftdc/controller.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/ftdc/controller.cpp b/src/mongo/db/ftdc/controller.cpp index ea446855043..65819c7e380 100644 --- a/src/mongo/db/ftdc/controller.cpp +++ b/src/mongo/db/ftdc/controller.cpp @@ -115,7 +115,7 @@ void FTDCController::start() { } void FTDCController::stop() { - log() << "Shuting down full-time diagnostic data capture"; + log() << "Shutting down full-time diagnostic data capture"; { stdx::lock_guard<stdx::mutex> lock(_mutex); |