msi - action.c typo

Steven Edwards steven at codeweavers.com
Mon Feb 21 22:02:48 CST 2005


Changelog:
Correct Typo

Index: action.c
===================================================================
RCS file: /home/wine/wine/dlls/msi/action.c,v
retrieving revision 1.88
diff -u -r1.88 action.c
--- action.c    18 Feb 2005 20:00:34 -0000      1.88
+++ action.c    22 Feb 2005 04:00:59 -0000
@@ -2944,7 +2944,7 @@
                 }
                 else if (rc == ERROR_FILE_NOT_FOUND)
                 {
-                    ERR("Source File Not Found!  Continueing\n");
+                    ERR("Source File Not Found!  Continuing\n");
                     rc = 0;
                 }
                 else






More information about the wine-patches mailing list