mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-28 10:52:03 +08:00
Fix typo: orginal > original
This commit is contained in:
parent
2124d42080
commit
e26b7d0f8d
@ -218,7 +218,7 @@ void CServiceBase::Stop()
|
||||
// Log the error.
|
||||
WriteErrorLogEntry("Service Stop", dwError);
|
||||
|
||||
// Set the orginal service status.
|
||||
// Set the original service status.
|
||||
SetServiceStatus(dwOriginalState);
|
||||
}
|
||||
catch (...)
|
||||
@ -226,7 +226,7 @@ void CServiceBase::Stop()
|
||||
// Log the error.
|
||||
WriteEventLogEntry("Service failed to stop.", EVENTLOG_ERROR_TYPE);
|
||||
|
||||
// Set the orginal service status.
|
||||
// Set the original service status.
|
||||
SetServiceStatus(dwOriginalState);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user