Commit 4810f44c authored by YongHao Hu's avatar YongHao Hu Committed by Alexandre Julliard

msvcp90/tests: Fix a spelling error.

parent f54a9f4d
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment