From 5f8797f1fd8164455c8571ce280aacae8cb21fc9 Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Tue, 22 Feb 2005 14:53:05 +0000 Subject: [PATCH] Correct typo. --- 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 b81b9907bd4..86b453fb0db 100644 --- a/dlls/msi/action.c +++ b/dlls/msi/action.c @@ -2944,7 +2944,7 @@ static UINT ACTION_InstallFiles(MSIPACKAGE *package) } else if (rc == ERROR_FILE_NOT_FOUND) { - ERR("Source File Not Found! Continueing\n"); + ERR("Source File Not Found! Continuing\n"); rc = 0; } else -- 2.11.4.GIT