summaryrefslogtreecommitdiff
path: root/proto_80211_mac_hdr.c
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2015-09-24 14:47:33 +0200
committerTobias Klauser <tklauser@distanz.ch>2015-09-24 14:52:30 +0200
commit4b9b29d4b8a169ce68ece4fc293e5524ee8e9577 (patch)
treedb70468c5cc648ee06e3a0552b42270efe62216f /proto_80211_mac_hdr.c
parentb3a9f17eb9c7a47e6c4aee3649179b2a54d17eca (diff)
all: Fix some typos in comments and printed strings
All found using codespell. s/addres/address/ s/noone/no one/ s/endianess/endianness/ s/Successfull/Successful/ Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'proto_80211_mac_hdr.c')
-rw-r--r--proto_80211_mac_hdr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto_80211_mac_hdr.c b/proto_80211_mac_hdr.c
index afaabf8..c7b5b15 100644
--- a/proto_80211_mac_hdr.c
+++ b/proto_80211_mac_hdr.c
@@ -7,7 +7,7 @@
/* TODO
* check all possible frame combinations for their behavior
- * with respect to endianess (little / big)
+ * with respect to endianness (little / big)
*/
#include <inttypes.h>