From b38597f1e08a2dccd9f8fb80d2b84a0e15400191 Mon Sep 17 00:00:00 2001 From: John Galt Date: Wed, 7 Dec 2016 06:17:04 -0500 Subject: [PATCH] Fix typo in nfc.h --- include/nfc/nfc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/nfc/nfc.h b/include/nfc/nfc.h index 4ebc6ff..bbbde94 100644 --- a/include/nfc/nfc.h +++ b/include/nfc/nfc.h @@ -28,7 +28,7 @@ * @file nfc.h * @brief libnfc interface * - * Provide all usefull functions (API) to handle NFC devices. + * Provide all useful functions (API) to handle NFC devices. */ #ifndef _LIBNFC_H_