msvcp90/tests: Fix a spelling error.

This commit is contained in:
YongHao Hu 2015-04-29 11:31:52 +08:00 committed by Alexandre Julliard
parent f54a9f4db4
commit 4810f44cf9
1 changed files with 1 additions and 1 deletions

View File

@ -626,7 +626,7 @@ static BOOL init(void)
msvcr = LoadLibraryA("msvcr90.dll");
msvcp = LoadLibraryA("msvcp90.dll");
if(!msvcr || !msvcp) {
win_skip("msvcp90.dll or msvcrt90.dll not installed\n");
win_skip("msvcp90.dll or msvcr90.dll not installed\n");
return FALSE;
}