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

Alexandre Julliard julliard at winehq.org
Mon Oct 21 15:28:38 CDT 2019


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Mon Oct 21 06:21:39 2019 +0200

msi: Fix the spelling of a comment.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Hans Leidekker <hans at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/msi/action.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/msi/action.c b/dlls/msi/action.c
index f6f7ffbcf4..048d5983a9 100644
--- a/dlls/msi/action.c
+++ b/dlls/msi/action.c
@@ -5878,7 +5878,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)




More information about the wine-cvs mailing list