=?UTF-8?Q?Julian=20R=C3=BCger=20?=: ntprint/tests: Fix some typos.

Alexandre Julliard julliard at winehq.org
Thu Jun 21 15:03:39 CDT 2012


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

Author: Julian Rüger <jr98 at gmx.net>
Date:   Thu Jun 21 00:01:19 2012 +0200

ntprint/tests: Fix some typos.

---

 dlls/ntprint/tests/ntprint.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dlls/ntprint/tests/ntprint.c b/dlls/ntprint/tests/ntprint.c
index 7e1ab58..e0bc01e 100644
--- a/dlls/ntprint/tests/ntprint.c
+++ b/dlls/ntprint/tests/ntprint.c
@@ -71,7 +71,7 @@ static void test_PSetupCreateMonitorInfo(VOID)
     SetLastError(0xdeadbeef);
     mi = pPSetupCreateMonitorInfo(NULL, NULL, NULL);
     if (!mi && (GetLastError() == RPC_S_SERVER_UNAVAILABLE)) {
-        win_skip("The Service 'Spooler' is required for many test\n");
+        win_skip("The service 'Spooler' is required for many tests\n");
         return;
     }
     ok( mi != NULL, "got %p with %u (expected '!= NULL')\n", mi, GetLastError());
@@ -101,7 +101,7 @@ static void test_PSetupDestroyMonitorInfo(VOID)
     SetLastError(0xdeadbeef);
     mi = pPSetupCreateMonitorInfo(NULL, NULL, NULL);
     if (!mi && (GetLastError() == RPC_S_SERVER_UNAVAILABLE)) {
-        win_skip("The Service 'Spooler' is required for many test\n");
+        win_skip("The service 'Spooler' is required for many tests\n");
         return;
     }
     ok( mi != NULL, "got %p with %u (expected '!= NULL')\n", mi, GetLastError());
@@ -113,7 +113,7 @@ static void test_PSetupDestroyMonitorInfo(VOID)
     /* lasterror is returned */
     trace("returned with %u\n", GetLastError());
 
-    /* Try to destroy the handle twice crash with native ntprint.dll */
+    /* Trying to destroy the handle twice crashes with native ntprint.dll */
     if (0) {
         SetLastError(0xdeadbeef);
         pPSetupDestroyMonitorInfo(mi);




More information about the wine-cvs mailing list