From 4b9b29d4b8a169ce68ece4fc293e5524ee8e9577 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Thu, 24 Sep 2015 14:47:33 +0200 Subject: 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 --- proto_icmpv6.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto_icmpv6.c') diff --git a/proto_icmpv6.c b/proto_icmpv6.c index 2609018..b5eee92 100644 --- a/proto_icmpv6.c +++ b/proto_icmpv6.c @@ -1279,7 +1279,7 @@ static int8_t dissect_icmpv6_type139(struct pkt_buff *pkt) } static char *icmpv6_type_140_codes[] = { - "Successfull reply", + "Successful reply", "Responder refuses answer", "Qtype is unknown to the Responder", }; -- cgit v1.2.3-54-g00ecf