From 724ac356653f217895fe164881444d5430c2e45f Mon Sep 17 00:00:00 2001 From: Akif Dinc Date: Thu, 11 Feb 2021 12:22:40 +0100 Subject: [PATCH] Typo in hf 14a help --- client/src/cmdhf14a.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdhf14a.c b/client/src/cmdhf14a.c index 2cbb60d49..87fd7b818 100644 --- a/client/src/cmdhf14a.c +++ b/client/src/cmdhf14a.c @@ -2321,7 +2321,7 @@ static command_t CommandTable[] = { {"raw", CmdHF14ACmdRaw, IfPm3Iso14443a, "Send raw hex data to tag"}, {"antifuzz", CmdHF14AAntiFuzz, IfPm3Iso14443a, "Fuzzing the anticollision phase. Warning! Readers may react strange"}, {"config", CmdHf14AConfig, IfPm3Iso14443a, "Configure 14a settings (use with caution)"}, - {"apdufind", CmdHf14AFindapdu, IfPm3Iso14443a, "Enuerate APDUs - CLA/INS/P1P2"}, + {"apdufind", CmdHf14AFindapdu, IfPm3Iso14443a, "Enumerate APDUs - CLA/INS/P1P2"}, {NULL, NULL, NULL, NULL} };