https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a57d95c134ba2981908231ea0789296647880dec
commit a57d95c134ba2981908231ea0789296647880dec Author: winesync <[email protected]> AuthorDate: Sun Mar 13 18:51:51 2022 +0100 Commit: Mark Jansen <[email protected]> CommitDate: Sun Mar 20 19:28:24 2022 +0100 [WINESYNC] msi: Fix the spelling of a comment. Signed-off-by: Francois Gouget <[email protected]> Signed-off-by: Hans Leidekker <[email protected]> Signed-off-by: Alexandre Julliard <[email protected]> wine commit id a0c6c8c2ecdad0bf8992b6c89276ee7bf2402883 by Francois Gouget <[email protected]> --- 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)
