1
0
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:
naru-jpn 2018-04-20 17:29:13 +09:00 committed by Alec Grieser
parent 2124d42080
commit e26b7d0f8d
No known key found for this signature in database
GPG Key ID: CAF63551C60D3462

@ -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);
}
}