Michael Stefaniuc : dplayx/tests: Fix typo.

Alexandre Julliard julliard at winehq.org
Fri Jan 2 08:25:42 CST 2009


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

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Thu Jan  1 14:31:02 2009 +0100

dplayx/tests: Fix typo.

---

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

diff --git a/dlls/dplayx/tests/dplayx.c b/dlls/dplayx/tests/dplayx.c
index 69f4cc0..00224bd 100644
--- a/dlls/dplayx/tests/dplayx.c
+++ b/dlls/dplayx/tests/dplayx.c
@@ -6137,7 +6137,7 @@ START_TEST(dplayx)
 {
     if (!winetest_interactive)
     {
-        skip("Run in interacive mode to run dplayx tests.\n");
+        skip("Run in interactive mode to run dplayx tests.\n");
         return;
     }
 




More information about the wine-cvs mailing list