Marko Hauptvogel : iphlpapi/tests: Fix typo.

Alexandre Julliard julliard at wine.codeweavers.com
Sat Sep 13 03:20:52 CDT 2014


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

Author: Marko Hauptvogel <marko.hauptvogel at googlemail.com>
Date:   Sun Sep  7 19:04:14 2014 +0200

iphlpapi/tests: Fix typo.

---

 dlls/iphlpapi/tests/iphlpapi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/iphlpapi/tests/iphlpapi.c b/dlls/iphlpapi/tests/iphlpapi.c
index ce68a7b..b2d81c0 100644
--- a/dlls/iphlpapi/tests/iphlpapi.c
+++ b/dlls/iphlpapi/tests/iphlpapi.c
@@ -880,7 +880,7 @@ static void testIcmpSendEcho(void)
 
     if (!pIcmpSendEcho || !pIcmpCreateFile)
     {
-        win_skip( "ImcpSendEcho or IcmpCreateFile not available\n" );
+        win_skip( "IcmpSendEcho or IcmpCreateFile not available\n" );
         return;
     }
     memset(senddata, 0, sizeof(senddata));




More information about the wine-cvs mailing list