diff --git a/client/emv/cmdemv.c b/client/emv/cmdemv.c index 3e36a4ae6..9bb71de76 100644 --- a/client/emv/cmdemv.c +++ b/client/emv/cmdemv.c @@ -1207,7 +1207,7 @@ int CmdEMVExec(const char *cmd) { dreturn(7); } - // process Format1 (0x80) anf print Format2 (0x77) + // process Format1 (0x80) and print Format2 (0x77) ProcessACResponseFormat1(tlvRoot, buf, len, decodeTLV); uint8_t CID = 0;