Skip to content

Commit

Permalink
Merge pull request RfidResearchGroup#2539 from Sanduuz/master
Browse files Browse the repository at this point in the history
Fixed typo in standard name
  • Loading branch information
iceman1001 authored Sep 25, 2024
2 parents c855994 + 4979bb2 commit 55ef252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/cmdhf14a.c
Original file line number Diff line number Diff line change
Expand Up @@ -1059,7 +1059,7 @@ int SelectCard14443A_4_WithParameters(bool disconnect, bool verbose, iso14a_card
// check result
if (resp.oldarg[0] == 0) {
if (verbose) {
PrintAndLogEx(WARNING, "No ISO1443-A Card in field");
PrintAndLogEx(WARNING, "No ISO14443-A Card in field");
}
return PM3_ECARDEXCHANGE;
}
Expand Down

0 comments on commit 55ef252

Please sign in to comment.