Correct typo.

This commit is contained in:
Steven Edwards 2005-02-22 14:53:05 +00:00 committed by Alexandre Julliard
parent cb613f5111
commit 5f8797f1fd
1 changed files with 1 additions and 1 deletions

View File

@ -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