mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 21:21:33 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue