aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-coap.c
diff options
context:
space:
mode:
authorBalint Reczey <balint@balintreczey.hu>2015-11-18 16:55:07 +0100
committerAnders Broman <a.broman58@gmail.com>2015-11-20 05:47:29 +0000
commitc297df134b4ba7afc84272a8c425a852e4b5408a (patch)
tree0281aabed48c4e30b8e096cefeffb9413d4e4f89 /epan/dissectors/packet-coap.c
parentfdf486e23f83a8d37f741ac68d3eda8a600b08ef (diff)
More spelling fixes found by lintian
Change-Id: Id218dec9e5a721d6c63fd34962ffe50b6ab8dd56 Reviewed-on: https://code.wireshark.org/review/11946 Reviewed-by: Guy Harris <guy@alum.mit.edu> Reviewed-by: Diederik de Groot <dkgroot@talon.nl> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-coap.c')
-rw-r--r--epan/dissectors/packet-coap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-coap.c b/epan/dissectors/packet-coap.c
index 5521749913..a09d9320c8 100644
--- a/epan/dissectors/packet-coap.c
+++ b/epan/dissectors/packet-coap.c
@@ -839,7 +839,7 @@ dissect_coap(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree, void* d
/* append the header information */
proto_item_append_text(coap_root,
", %s, %s, MID:%u",
- val_to_str(ttype, vals_ttype, "Unkown %u"),
+ val_to_str(ttype, vals_ttype, "Unknown %u"),
val_to_str_ext(code, &vals_code_ext, "Unknown %u"),
mid);