From: iceman1001 Date: Sat, 4 Mar 2017 13:35:39 +0000 (+0100) Subject: textual change @4m4rOk X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/5b8cc7cf264c278801756eacf57cb0aef8591798?hp=2ec645e9d71667875e9b8ab8b951fb3c686ff04d textual change @4m4rOk --- diff --git a/client/cmdhw.c b/client/cmdhw.c index 537e6335..5e2f7485 100644 --- a/client/cmdhw.c +++ b/client/cmdhw.c @@ -289,7 +289,7 @@ int CmdPing(const char *Cmd) UsbCommand c = {CMD_PING}; SendCommand(&c); if (WaitForResponseTimeout(CMD_ACK, &resp, 1000)) - PrintAndLog("Ping successfull"); + PrintAndLog("Ping successful"); else PrintAndLog("Ping failed"); return 0;