From 40a695a87f70c4d512532a52a93b7dfdca7328a1 Mon Sep 17 00:00:00 2001 From: Fathi Boudra Date: Mon, 31 Oct 2016 07:29:06 +0200 Subject: [PATCH] Update sx1276.hpp --- src/sx1276/sx1276.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/sx1276/sx1276.hpp b/src/sx1276/sx1276.hpp index aec07028..f6b4026f 100644 --- a/src/sx1276/sx1276.hpp +++ b/src/sx1276/sx1276.hpp @@ -126,7 +126,7 @@ namespace upm { * same as they were last set during the last RX_DONE event. */ typedef enum { - REVENT_DONE = 0, // operation completed successfuly + REVENT_DONE = 0, // operation completed successfully REVENT_EXEC, // runninsg something REVENT_ERROR, // failed, crc error, sync timeout REVENT_TIMEOUT // timed out @@ -1807,8 +1807,8 @@ namespace upm { /** * Start a receive operation. The method will return when - * completed, either successfuly, or in error (crc, or other - * issue). If completed successfuly, the returned buffer can be + * completed, either successfully, or in error (crc, or other + * issue). If completed successfully, the returned buffer can be * read via getRxBuffer() or getRxBufferStr(). In addition, * values for RSSI and SNR (Lora only) can be retrieved. *