diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2015-09-24 14:47:33 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2015-09-24 14:52:30 +0200 |
commit | 4b9b29d4b8a169ce68ece4fc293e5524ee8e9577 (patch) | |
tree | db70468c5cc648ee06e3a0552b42270efe62216f /proto_lldp.c | |
parent | b3a9f17eb9c7a47e6c4aee3649179b2a54d17eca (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_lldp.c')
-rw-r--r-- | proto_lldp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto_lldp.c b/proto_lldp.c index 9301281..86d6bc8 100644 --- a/proto_lldp.c +++ b/proto_lldp.c @@ -69,7 +69,7 @@ #define LLDP_SYSTEM_CAP_STATION_ONLY (1 << 7) /* - * Interface number subtypes (for Management addres TLV) + * Interface number subtypes (for Management address TLV) */ #define LLDP_IFACE_NUM_SUBTYPE_UNKNOWN 1 #define LLDP_IFACE_NUM_SUBTYPE_IF_INDEX 2 |