From df4f9c0fbdda9c0b65b2e9d93a73d156119ac71a Mon Sep 17 00:00:00 2001 From: Hanno Heinrichs Date: Sun, 17 Sep 2017 19:08:31 +0200 Subject: [PATCH] fix typo --- utils/nfc-mfclassic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/nfc-mfclassic.c b/utils/nfc-mfclassic.c index fb09a83..bc3fe6c 100644 --- a/utils/nfc-mfclassic.c +++ b/utils/nfc-mfclassic.c @@ -316,7 +316,7 @@ read_card(int read_unlocked) //If the user is attempting an unlocked read, but has a direct-write type magic card, they don't //need to use the R mode. We'll trigger a warning and let them proceed. if (magic2) { - printf("Note: This card does not require an unlocked write (R) \n"); + printf("Note: This card does not require an unlocked read (R) \n"); read_unlocked = 0; } else { //If User has requested an unlocked read, but we're unable to unlock the card, we'll error out.