Skip to content

Commit eb3cbf0

Browse files
committed
Fix typos in comments
1 parent 9e27cb8 commit eb3cbf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lmic/lmic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ enum _ev_t { EV_SCAN_TIMEOUT=1, EV_BEACON_FOUND,
291291
EV_TXSTART, EV_TXCANCELED, EV_RXSTART, EV_JOIN_TXCOMPLETE };
292292
typedef enum _ev_t ev_t;
293293

294-
/// \brief Macro to initalize a normal table of event strings
294+
/// \brief Macro to initialize a normal table of event strings
295295
#define LMIC_EVENT_NAME_TABLE__INIT \
296296
"<<zero>>", \
297297
"EV_SCAN_TIMEOUT", "EV_BEACON_FOUND", \

0 commit comments

Comments
 (0)