schedsvc: Fix the spelling of a comment.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
ef91a7c02c
commit
33e2b134fa
|
@ -828,7 +828,7 @@ static BOOL create_job(const WCHAR *job_name, const AT_INFO *info)
|
||||||
if (!write_reserved_data(hfile))
|
if (!write_reserved_data(hfile))
|
||||||
goto failed;
|
goto failed;
|
||||||
|
|
||||||
/* Trigegrs */
|
/* Triggers */
|
||||||
if (!write_trigger(hfile, info))
|
if (!write_trigger(hfile, info))
|
||||||
goto failed;
|
goto failed;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue