Merge pull request #2539 from Sanduuz/master

Fixed typo in standard name
This commit is contained in:
Iceman 2024-09-25 12:09:34 +03:00 committed by GitHub
commit 55ef252a5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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