[PATCH] schedsvc: Fix the spelling of a comment.

Francois Gouget fgouget at free.fr
Thu May 20 17:01:02 CDT 2021


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/schedsvc/atsvc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/schedsvc/atsvc.c b/dlls/schedsvc/atsvc.c
index 5a34b33e039..1625b43c888 100644
--- a/dlls/schedsvc/atsvc.c
+++ b/dlls/schedsvc/atsvc.c
@@ -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;
 
-- 
2.20.1



More information about the wine-devel mailing list