From a57d95c134ba2981908231ea0789296647880dec Mon Sep 17 00:00:00 2001 From: winesync Date: Sun, 13 Mar 2022 18:51:51 +0100 Subject: [PATCH] [WINESYNC] msi: Fix the spelling of a comment. Signed-off-by: Francois Gouget Signed-off-by: Hans Leidekker Signed-off-by: Alexandre Julliard wine commit id a0c6c8c2ecdad0bf8992b6c89276ee7bf2402883 by Francois Gouget --- 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)