Commit 7314b976 authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

schtasks: Fix a typo in FIXME() message.

parent 6b78bcff
......@@ -104,7 +104,7 @@ static BSTR read_file_to_bstr(const WCHAR *file_name)
r = ReadFile(file, data, file_size.QuadPart, &read_size, NULL);
CloseHandle(file);
if (!r) {
FIXME("Read filed\n");
FIXME("Read failed\n");
HeapFree(GetProcessHeap(), 0, data);
return NULL;
}
......
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