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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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