Skip to content

Commit

Permalink
Merge pull request #2722 from kitsunehunter/iceman-typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
iceman1001 authored Jan 15, 2025
2 parents b467eb5 + f72436a commit 22c7ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/cmdhfmf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 22c7ac0

Please sign in to comment.