aboutsummaryrefslogtreecommitdiff
path: root/libcacard/card_7816.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcacard/card_7816.h')
-rw-r--r--libcacard/card_7816.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcacard/card_7816.h b/libcacard/card_7816.h
index 2bb2a0d8aa..4a01993d2d 100644
--- a/libcacard/card_7816.h
+++ b/libcacard/card_7816.h
@@ -23,7 +23,7 @@ VCardResponse *vcard_response_new_bytes(VCard *card, unsigned char *buf,
/* response from just status bytes */
VCardResponse *vcard_response_new_status_bytes(unsigned char sw1,
unsigned char sw2);
-/* response from just status: NOTE this cannot fail, it will alwyas return a
+/* response from just status: NOTE this cannot fail, it will always return a
* valid response, if it can't allocate memory, the response will be
* VCARD7816_STATUS_EXC_ERROR_MEMORY_FAILURE */
VCardResponse *vcard_make_response(vcard_7816_status_t status);