mirror of
https://github.com/reactos/reactos.git
synced 2024-11-23 19:43:31 +08:00
[SCHEDSVC] Fix a typo in debug print that was introduced in 0.4.10-dev-544-g
0d13bb1015
This commit is contained in:
parent
5e2fe08918
commit
2114a2fb5f
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user