]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhw.c
textual change @4m4rOk
[proxmark3-svn] / 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