[SCHEDSVC] Fix a typo in debug print that was introduced in 0.4.10-dev-544-g

0d13bb1015
This commit is contained in:
Joachim Henze 2018-09-19 22:51:07 +02:00
parent 5e2fe08918
commit 2114a2fb5f

View file

@ -107,7 +107,7 @@ ServiceControlHandler(DWORD dwControl,
return ERROR_SUCCESS;
case 128:
TRACE(" Start Shell contol received\n");
TRACE(" Start Shell control received\n");
return ERROR_SUCCESS;
case 129: