mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
hfmfdes: Fix a typo
This commit is contained in:
parent
9c5c00d620
commit
d9ccd9ee24
1 changed files with 1 additions and 1 deletions
|
@ -488,7 +488,7 @@ static const char *getstatus(uint16_t *sw) {
|
|||
return "Current authentication status does not allow the requested command";
|
||||
|
||||
case MFDES_E_BOUNDARY:
|
||||
return "Attempted to read/write data from/to beyong the file's/record's limit";
|
||||
return "Attempted to read/write data from/to beyond the file's/record's limit";
|
||||
|
||||
case MFDES_E_PICC_INTEGRITY:
|
||||
return "PICC integrity error, PICC will be disabled";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue