From 0603c3b7fcd2cda77d5f66ce370255b7bcd2d430 Mon Sep 17 00:00:00 2001 From: Peter Marschall Date: Fri, 15 Jun 2018 06:55:59 +0200 Subject: [PATCH] iso7816: fix typo in previous commit --- src/libopensc/iso7816.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libopensc/iso7816.c b/src/libopensc/iso7816.c index c884e400..718d92ff 100644 --- a/src/libopensc/iso7816.c +++ b/src/libopensc/iso7816.c @@ -58,7 +58,7 @@ static const struct sc_card_error iso7816_errors[] = { { 0x6283, SC_ERROR_CARD_CMD_FAILED, "Selected file invalidated" }, { 0x6284, SC_ERROR_CARD_CMD_FAILED, "FCI not formatted according to ISO 7816-4" }, { 0x6285, SC_ERROR_CARD_CMD_FAILED, "Selected file in termination state" }, - { 0x6286, SC_ERROR_CARD_CMD_FAILED, "No input data available from a sensori on the card" }, + { 0x6286, SC_ERROR_CARD_CMD_FAILED, "No input data available from a sensor on the card" }, { 0x6300, SC_ERROR_CARD_CMD_FAILED, "Warning: no information given, non-volatile memory has changed" }, { 0x6381, SC_ERROR_CARD_CMD_FAILED, "Warning: file filled up by last write" },