André Hentschel : shell32/tests: Fix a typo.

Alexandre Julliard julliard at winehq.org
Thu Dec 23 11:28:05 CST 2010


Module: wine
Branch: master
Commit: 2bbb9cb88886372a77fa6c1d12f4babf76dd90dc
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=2bbb9cb88886372a77fa6c1d12f4babf76dd90dc

Author: André Hentschel <nerv at dawncrow.de>
Date:   Thu Dec 23 03:03:22 2010 +0100

shell32/tests: Fix a typo.

---

 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,




More information about the wine-cvs mailing list