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

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2016-04-22 00:38:28 +02:00 committed by Alexandre Julliard
parent 5d885360f4
commit 9638ddd62c
1 changed files with 1 additions and 1 deletions

View File

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