Francois Gouget : schedsvc: Fix the spelling of a comment.

Alexandre Julliard julliard at winehq.org
Fri May 21 14:19:44 CDT 2021


Module: wine
Branch: master
Commit: 33e2b134fa3d3785e26a8494c94eb9fba33f1682
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=33e2b134fa3d3785e26a8494c94eb9fba33f1682

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri May 21 00:01:02 2021 +0200

schedsvc: Fix the spelling of a comment.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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;
 




More information about the wine-cvs mailing list