From 8425de08fdf965862bb5e9fa528e8e70c0ee6606 Mon Sep 17 00:00:00 2001 From: merlokk <807634+merlokk@users.noreply.github.com> Date: Fri, 6 Dec 2019 17:21:45 +0200 Subject: [PATCH] textual --- client/cmdhfmf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cmdhfmf.c b/client/cmdhfmf.c index 2ace2d214..dc42cae62 100644 --- a/client/cmdhfmf.c +++ b/client/cmdhfmf.c @@ -3674,7 +3674,7 @@ static int CmdHF14AMfCWipe(const char *cmd) { int sakLen = 0; CLIParserInit("hf mf cwipe", - "Wipe Gen1 magic cheneese card. Set UID/ATQA/SAK/Data/Keys/Access to default values.", + "Wipe gen1 magic chinese card. Set UID/ATQA/SAK/Data/Keys/Access to default values.", "Usage:\n\thf mf cwipe -> wipe card.\n" "\thf mfp mf cwipe -u 09080706 -a 0004 -s 18 -> set UID, ATQA and SAK and wipe card.");