]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
Merge pull request #223 from 4m4rOk/master
authorIceman <iceman@iuse.se>
Sat, 4 Mar 2017 12:54:44 +0000 (13:54 +0100)
committerGitHub <noreply@github.com>
Sat, 4 Mar 2017 12:54:44 +0000 (13:54 +0100)
Typo fix for CmdPing

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