https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a57d95c134ba298190823…
commit a57d95c134ba2981908231ea0789296647880dec
Author: winesync <ros-dev(a)reactos.org>
AuthorDate: Sun Mar 13 18:51:51 2022 +0100
Commit: Mark Jansen <mark.jansen(a)reactos.org>
CommitDate: Sun Mar 20 19:28:24 2022 +0100
[WINESYNC] msi: Fix the spelling of a comment.
Signed-off-by: Francois Gouget <fgouget(a)free.fr>
Signed-off-by: Hans Leidekker <hans(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
wine commit id a0c6c8c2ecdad0bf8992b6c89276ee7bf2402883 by Francois Gouget <fgouget(a)free.fr>
---
dll/win32/msi/action.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dll/win32/msi/action.c b/dll/win32/msi/action.c
index 6eb1c5135bf..8776ac30078 100644
--- a/dll/win32/msi/action.c
+++ b/dll/win32/msi/action.c
@@ -5892,7 +5892,7 @@ end:
}
/*
- * At present I am ignorning the advertised components part of this and only
+ * At present I am ignoring the advertised components part of this and only
* focusing on the qualified component sets
*/
static UINT ACTION_PublishComponents(MSIPACKAGE *package)