From f72436a5f906815d842696ba5cd2c6ef74472e8b Mon Sep 17 00:00:00 2001 From: Xavier <90627943+kitsunehunter@users.noreply.github.com> Date: Wed, 15 Jan 2025 16:20:12 -0500 Subject: [PATCH] fix typo Signed-off-by: Xavier <90627943+kitsunehunter@users.noreply.github.com> --- client/src/cmdhfmf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdhfmf.c b/client/src/cmdhfmf.c index 7997c505e..b23dc94bf 100644 --- a/client/src/cmdhfmf.c +++ b/client/src/cmdhfmf.c @@ -5509,7 +5509,7 @@ static int CmdHF14AMfCLoad(const char *Cmd) { if (mf_chinese_set_block(blockno, data + (MFBLOCK_SIZE * blockno), NULL, flags)) { PrintAndLogEx(WARNING, "Can't set magic card block: %d", blockno); - PrintAndLogEx(HINT, "Verify that it is a GDM and not USCUID deriviate"); + PrintAndLogEx(HINT, "Verify that it is a GDM and not USCUID derivative"); free(data); return PM3_ESOFT; }