iphlpapi/tests: Fix typo.

This commit is contained in:
Marko Hauptvogel 2014-09-07 19:04:14 +02:00 committed by Alexandre Julliard
parent f3fa809e50
commit 4d0ac5c5ac
1 changed files with 1 additions and 1 deletions

View File

@ -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));