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:
Francois Gouget 2021-05-21 00:01:02 +02:00 committed by Alexandre Julliard
parent ef91a7c02c
commit 33e2b134fa
1 changed files with 1 additions and 1 deletions

View File

@ -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;