Signed-off-by: Xavier <90627943+kitsunehunter@users.noreply.github.com>
This commit is contained in:
Xavier
2025-01-15 16:20:12 -05:00
committed by GitHub
parent 7082302a02
commit f72436a5f9
+1 -1
View File
@@ -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;
}