Francois Gouget : advpack: A spelling fix in a comment.

Alexandre Julliard julliard at winehq.org
Thu Aug 8 19:27:20 CDT 2019


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Aug  8 15:21:32 2019 +0200

advpack: A spelling fix in a comment.

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

---

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

diff --git a/dlls/advpack/install.c b/dlls/advpack/install.c
index 860abee..70dc4d7 100644
--- a/dlls/advpack/install.c
+++ b/dlls/advpack/install.c
@@ -492,7 +492,7 @@ static HRESULT install_init(LPCWSTR inf_filename, LPCWSTR install_sec,
     lstrcatW(info->inf_path, backslash);
     lstrcatW(info->inf_path, info->inf_filename);
 
-    /* RunSetupCommand opens unmodifed filename parameter */
+    /* RunSetupCommand opens unmodified filename parameter */
     if (flags & RSC_FLAG_INF)
         path = inf_filename;
     else




More information about the wine-cvs mailing list