mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-12 04:35:28 -07:00
fix typo
Signed-off-by: Xavier <90627943+kitsunehunter@users.noreply.github.com>
This commit is contained in:
parent
7082302a02
commit
f72436a5f9
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user