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
1 changed files with 2 additions and 2 deletions

View File

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