]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
textual change @4m4rOk
authoriceman1001 <iceman@iuse.se>
Sat, 4 Mar 2017 13:35:39 +0000 (14:35 +0100)
committericeman1001 <iceman@iuse.se>
Sat, 4 Mar 2017 13:35:39 +0000 (14:35 +0100)
client/cmdhw.c

index 537e6335a1f78709a681603333581a4f22ce2c9d..5e2f74853f6130c42a32d3cb44482544fc9e9203 100644 (file)
@@ -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;
Impressum, Datenschutz