From 9c7b9eda8ca69b46cc6f039ff21e080881b24d93 Mon Sep 17 00:00:00 2001 From: John Galt Date: Wed, 7 Dec 2016 07:22:27 -0500 Subject: [PATCH] Fix typo in nfc.c --- libnfc/nfc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnfc/nfc.c b/libnfc/nfc.c index 404786a..97451a1 100644 --- a/libnfc/nfc.c +++ b/libnfc/nfc.c @@ -972,7 +972,7 @@ nfc_target_init(nfc_device *pnd, nfc_target *pnt, uint8_t *pbtRx, const size_t s * @param pnd \a nfc_device struct pointer that represent currently used device * * This function switch the device in idle mode. - * In initiator mode, the RF field is turned off and the device is set to low power mode (if avaible); + * In initiator mode, the RF field is turned off and the device is set to low power mode (if available); * In target mode, the emulation is stoped (no target available from external initiator) and the device is set to low power mode (if avaible). */ int