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; }