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))
|
||||
goto failed;
|
||||
|
||||
/* Trigegrs */
|
||||
/* Triggers */
|
||||
if (!write_trigger(hfile, info))
|
||||
goto failed;
|
||||
|
||||
|
|
Loading…
Reference in New Issue