From a6ae88a67a12b34adb795704018e293db48aaa0d Mon Sep 17 00:00:00 2001 From: merlokk <807634+merlokk@users.noreply.github.com> Date: Fri, 30 Nov 2018 20:04:50 +0200 Subject: [PATCH] small fix --- client/mifare4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/mifare4.c b/client/mifare4.c index 8c5e9059..419e9b23 100644 --- a/client/mifare4.c +++ b/client/mifare4.c @@ -19,7 +19,7 @@ AccessConditions_t MFAccessConditions[] = { {0x00, "read AB; write AB; increment AB; decrement transfer restore AB"}, - {0x01, "read AB; dectrAB"}, + {0x01, "read AB; decrement transfer restore AB"}, {0x02, "read AB"}, {0x03, "read B; write B"}, {0x04, "read AB; writeB"},