shell32/tests: Fix a typo

André Hentschel nerv at dawncrow.de
Wed Dec 22 20:03:22 CST 2010


---
 dlls/shell32/tests/shlexec.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/shell32/tests/shlexec.c b/dlls/shell32/tests/shlexec.c
index 47f640f..c32a065 100644
--- a/dlls/shell32/tests/shlexec.c
+++ b/dlls/shell32/tests/shlexec.c
@@ -1714,7 +1714,7 @@ static void test_dde(void)
     {
         if (!create_test_association(".sde"))
         {
-            skip("Unable to create association for '.sfe'\n");
+            skip("Unable to create association for '.sde'\n");
             return;
         }
         create_test_verb_dde(".sde", "Open", 0, test->command, test->ddeexec,
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list