From d9ccd9ee240ce998824ae25945ef243d95914611 Mon Sep 17 00:00:00 2001 From: Ave Date: Sun, 27 Sep 2020 19:42:26 +0300 Subject: [PATCH] hfmfdes: Fix a typo --- client/src/cmdhfmfdes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdhfmfdes.c b/client/src/cmdhfmfdes.c index 18980968b..058722c36 100644 --- a/client/src/cmdhfmfdes.c +++ b/client/src/cmdhfmfdes.c @@ -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";