summaryrefslogtreecommitdiff
path: root/src/mongo/util/ntservice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/util/ntservice.cpp')
-rw-r--r--src/mongo/util/ntservice.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/util/ntservice.cpp b/src/mongo/util/ntservice.cpp
index eecea0b178b..78d9bbe3699 100644
--- a/src/mongo/util/ntservice.cpp
+++ b/src/mongo/util/ntservice.cpp
@@ -327,7 +327,7 @@ namespace {
bool serviceInstalled;
- // TODO: If neccessary grant user "Login as a Service" permission.
+ // TODO: If necessary grant user "Login as a Service" permission.
if ( !serviceUser.empty() ) {
wstring actualServiceUser;
if ( serviceUser.find(L"\\") == string::npos ) {