Commit 4d0ac5c5 authored by Marko Hauptvogel's avatar Marko Hauptvogel Committed by Alexandre Julliard

iphlpapi/tests: Fix typo.

parent f3fa809e
......@@ -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));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment