]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
Typo fix for CmdPing 223/head
authorLuca <lucafriedrich@mail.com>
Sat, 4 Mar 2017 12:38:57 +0000 (13:38 +0100)
committerGitHub <noreply@github.com>
Sat, 4 Mar 2017 12:38:57 +0000 (13:38 +0100)
Ping successfull -> Ping successful

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