[PATCH 3/4] iphlpapi/tests: Fix typo

Marko Hauptvogel marko.hauptvogel at googlemail.com
Thu Sep 11 14:41:51 CDT 2014


---
 dlls/iphlpapi/tests/iphlpapi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
-------------- next part --------------
From d18b607b9eea7a09c59bf370286adf38da9c7c71 Mon Sep 17 00:00:00 2001
From: Marko Hauptvogel <marko.hauptvogel at googlemail.com>
Date: Sun, 7 Sep 2014 19:04:14 +0200
Subject: 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));
-- 
2.1.0



More information about the wine-patches mailing list