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