Merge pull request #203 from naru-jpn/fix_typo_orginal
Fix typo: orginal > original
This commit is contained in:
commit
33697da12a
|
@ -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…
Reference in New Issue