From: iceman1001 Date: Mon, 4 May 2015 22:27:34 +0000 (+0200) Subject: CHG: minor spelling X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/f07e76c687291ad31eff9e76b2ebb72a326d01c1?hp=e1c88b09651b354db1d99c0df0788602ed5de65f CHG: minor spelling --- diff --git a/client/cmdhf.c b/client/cmdhf.c index 5e29d528..6cd65fd6 100644 --- a/client/cmdhf.c +++ b/client/cmdhf.c @@ -77,7 +77,7 @@ void annotateIso14443a(char *exp, size_t size, uint8_t* cmd, uint8_t cmdsize) if ( cmdsize > 3) snprintf(exp,size,"AUTH-A(%d)",cmd[1]); else - // case MIFARE_ULEV1_VERS : both 0x60. + // case MIFARE_ULEV1_VERSION : both 0x60. snprintf(exp,size,"EV1 VERSION"); break; }