Francois Gouget : shell32/tests: A spelling fix for an shlfolder ok() message.
Module: wine Branch: master Commit: 9638ddd62c2298a2db71b24841f65f86e65218ba URL: http://source.winehq.org/git/wine.git/?a=commit;h=9638ddd62c2298a2db71b24841... Author: Francois Gouget <fgouget(a)free.fr> Date: Fri Apr 22 00:38:28 2016 +0200 shell32/tests: A spelling fix for an shlfolder ok() message. Signed-off-by: Francois Gouget <fgouget(a)free.fr> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/shell32/tests/shlfolder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/shell32/tests/shlfolder.c b/dlls/shell32/tests/shlfolder.c index da903b0..e80e8a4 100644 --- a/dlls/shell32/tests/shlfolder.c +++ b/dlls/shell32/tests/shlfolder.c @@ -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);
participants (1)
-
Alexandre Julliard