X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/fdcfbdcc21790a1e50a6cf5e27d30f7997da0f84..12f283833bc2a5c5ea62bdad3927d7f90ef49125:/client/cmdhw.c?ds=inline

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");
 	}