Merge pull request #2722 from kitsunehunter/iceman-typo

fix typo
This commit is contained in:
Iceman
2025-01-15 23:42:58 +01:00
committed by GitHub
+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;
}