From d516e37aceb6b1cbcf6a9c47f4523969bcee5861 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sat, 11 Sep 2021 01:32:43 +0200 Subject: [PATCH] text --- client/src/cmdsmartcard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdsmartcard.c b/client/src/cmdsmartcard.c index 4394bd7b5..57abf818e 100644 --- a/client/src/cmdsmartcard.c +++ b/client/src/cmdsmartcard.c @@ -1167,7 +1167,7 @@ bool smart_select(bool verbose, smart_card_atr_t *atr) { SendCommandNG(CMD_SMART_ATR, NULL, 0); PacketResponseNG resp; if (WaitForResponseTimeout(CMD_SMART_ATR, &resp, 2500) == false) { - if (verbose) PrintAndLogEx(WARNING, "smart card select timeouted"); + if (verbose) PrintAndLogEx(WARNING, "smart card select timeout"); return false; }