]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhw.c
Fix clock_gettime() for Apple OSX
[proxmark3-svn] / client / cmdhw.c
index 74e476eb55067a3c72eb4c666cb82f32dd1f4086..8f7243ada217370ebdba44d39ed033d113547fb4 100644 (file)
@@ -449,7 +449,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");
        }
Impressum, Datenschutz