From ce902387aaf1bf33204e13fbceabdbcff7c1e654 Mon Sep 17 00:00:00 2001 From: Romain Tartiere Date: Mon, 14 May 2012 14:28:07 +0000 Subject: [PATCH] Typos --- libfreefare/mifare_desfire_crypto.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libfreefare/mifare_desfire_crypto.c b/libfreefare/mifare_desfire_crypto.c index 8917f33..a35f46d 100644 --- a/libfreefare/mifare_desfire_crypto.c +++ b/libfreefare/mifare_desfire_crypto.c @@ -315,11 +315,11 @@ mifare_cryto_preprocess_data (MifareTag tag, void *data, size_t *nbytes, off_t o /* * When using new authentication methods, PLAIN data transmission from * the PICC to the PCD are CMACed, so we have to maintain the - * cruptographic initialisation vector up-to-date to chaeck data + * cryptographic initialisation vector up-to-date to check data * integrity later. * * The only difference with CMACed data transmission is that the CMAC - * is not addpended to the data send byt the PCD to the PICC. + * is not apended to the data send by the PCD to the PICC. */ append_mac = false;