From ba72b92f070e93abe910a28a17c3730f7468d886 Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Mon, 23 Aug 2021 19:45:08 +0200 Subject: [PATCH] fix typo --- src/MFRC522.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MFRC522.cpp b/src/MFRC522.cpp index d7e671c..f711235 100644 --- a/src/MFRC522.cpp +++ b/src/MFRC522.cpp @@ -183,7 +183,7 @@ MFRC522::StatusCode MFRC522::PCD_CalculateCRC( byte *data, ///< In: Pointer to } while (static_cast (millis()) < deadline); - // 89ms passed and nothing happend. Communication with the MFRC522 might be down. + // 89ms passed and nothing happened. Communication with the MFRC522 might be down. return STATUS_TIMEOUT; } // End PCD_CalculateCRC()