aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wlccp.c
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2016-10-07 15:38:52 +0200
committerMichael Mann <mmann78@netscape.net>2016-10-08 01:48:13 +0000
commit6a306f26b1fdc29ca4d88b7610db22e4f9b5c7a2 (patch)
treebb9f70cfb3da8a9b245aaf51ab87a04956dd02ce /epan/dissectors/packet-wlccp.c
parent95e927ec9399cefd14989674231d25165bd93960 (diff)
wlccp: fix typo.
Change-Id: I893fdc3025119c69142c617bfcea65654c45ad8b Reviewed-on: https://code.wireshark.org/review/18112 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/packet-wlccp.c')
-rw-r--r--epan/dissectors/packet-wlccp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-wlccp.c b/epan/dissectors/packet-wlccp.c
index 32d0a31fb1..0a0ac2b669 100644
--- a/epan/dissectors/packet-wlccp.c
+++ b/epan/dissectors/packet-wlccp.c
@@ -1315,7 +1315,7 @@ static guint dissect_wlccp_ccm_msg(proto_tree *_tree, tvbuff_t *_tvb, guint _off
_tvb, _offset, 6, ENC_NA);
_offset += 6;
- /*kan - according to the patent applicatoin these fields vary based
+ /*kan - according to the patent application these fields vary based
on one another.
For now we decode what we know about and then we'll come back and add
the rest */