iphlpapi/tests: Fix typo.
This commit is contained in:
parent
f3fa809e50
commit
4d0ac5c5ac
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue