Fix typo: orginal > original
This commit is contained in:
parent
2124d42080
commit
e26b7d0f8d
|
@ -218,7 +218,7 @@ void CServiceBase::Stop()
|
||||||
// Log the error.
|
// Log the error.
|
||||||
WriteErrorLogEntry("Service Stop", dwError);
|
WriteErrorLogEntry("Service Stop", dwError);
|
||||||
|
|
||||||
// Set the orginal service status.
|
// Set the original service status.
|
||||||
SetServiceStatus(dwOriginalState);
|
SetServiceStatus(dwOriginalState);
|
||||||
}
|
}
|
||||||
catch (...)
|
catch (...)
|
||||||
|
@ -226,7 +226,7 @@ void CServiceBase::Stop()
|
||||||
// Log the error.
|
// Log the error.
|
||||||
WriteEventLogEntry("Service failed to stop.", EVENTLOG_ERROR_TYPE);
|
WriteEventLogEntry("Service failed to stop.", EVENTLOG_ERROR_TYPE);
|
||||||
|
|
||||||
// Set the orginal service status.
|
// Set the original service status.
|
||||||
SetServiceStatus(dwOriginalState);
|
SetServiceStatus(dwOriginalState);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue