Commit 33e2b134 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

schedsvc: Fix the spelling of a comment.

parent ef91a7c0
...@@ -828,7 +828,7 @@ static BOOL create_job(const WCHAR *job_name, const AT_INFO *info) ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment