Commit 9638ddd6 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

shell32/tests: A spelling fix for an shlfolder ok() message.

parent 5d885360
......@@ -1142,7 +1142,7 @@ static void test_GetAttributesOf(void)
todo_wine
ok (hr == E_INVALIDARG ||
broken(hr == S_OK), /* W2K and earlier */
"MyComputer->GetAttributesOf(emtpy pidl) should fail! hr = %08x\n", hr);
"MyComputer->GetAttributesOf(empty pidl) should fail! hr = %08x\n", hr);
dwFlags = 0xffffffff;
hr = IShellFolder_GetAttributesOf(psfMyComputer, 0, NULL, &dwFlags);
......
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