From 6ef3f9f219240a5868ff1079070102f27d818b49 Mon Sep 17 00:00:00 2001 From: Luca Date: Sat, 4 Mar 2017 13:38:57 +0100 Subject: [PATCH] Typo fix for CmdPing Ping successfull -> Ping successful --- client/cmdhw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cmdhw.c b/client/cmdhw.c index 74e476eb..8f7243ad 100644 --- a/client/cmdhw.c +++ b/client/cmdhw.c @@ -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"); } -- 2.39.2