From 82f6983f8edf3df2dbf5fc4a47eee8054c9add81 Mon Sep 17 00:00:00 2001 From: Fathi Boudra Date: Mon, 31 Oct 2016 07:27:41 +0200 Subject: [PATCH] Update pn532.hpp --- src/pn532/pn532.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pn532/pn532.hpp b/src/pn532/pn532.hpp index c28741fe..acd78b5c 100644 --- a/src/pn532/pn532.hpp +++ b/src/pn532/pn532.hpp @@ -241,7 +241,7 @@ namespace upm { /** * configures the SAM (Secure Access Module) * - * @return true if successfuly configured + * @return true if successfully configured */ bool SAMConfig(void);