From ba1b12f3e6223226e01d425697b17aac01e35c17 Mon Sep 17 00:00:00 2001 From: Gregory Holder <30503300+blueted2@users.noreply.github.com> Date: Thu, 4 Aug 2022 14:48:56 +0200 Subject: [PATCH] net/iee802154: fix typo in docs --- sys/net/ieee802154.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/net/ieee802154.txt b/sys/net/ieee802154.txt index fd05e9b622..930e61c532 100644 --- a/sys/net/ieee802154.txt +++ b/sys/net/ieee802154.txt @@ -33,7 +33,7 @@ * their radios powered down. Some operation modes support channel hopping to avoid * frequencies used by others. Common variations are: * - * * nonbeacon-eanbled: devices send whenever they want; beacons are only sent + * * nonbeacon-enabled: devices send whenever they want; beacons are only sent * when devices ask for them in order to join the network. Optionally, * packets can be held until the device asks for them ("indirect * transmission").