Module: wine Branch: master Commit: 4008a35020a533fdd02a54246639afc62c10d7cd URL: http://source.winehq.org/git/wine.git/?a=commit;h=4008a35020a533fdd02a542466...
Author: Michael Stefaniuc mstefani@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; }