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

Francois Gouget fgouget at free.fr
Thu Apr 21 17:38:28 CDT 2016


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 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);
-- 
2.8.0.rc3




More information about the wine-patches mailing list