aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-10-27 18:00:47 +0200
committerAnders Broman <a.broman58@gmail.com>2016-10-28 07:35:32 +0000
commit120e515bf00fd8f545c9584be997c7b966c5b5c7 (patch)
treef0a0302b8d18fd4f4f2d143ad6deb82dcc510a7b
parent4eb3f7fe7896f01607e37adfda125cce76f21d92 (diff)
homeplug-av: fix fix spelling typo found by lintian
Change-Id: If75ea5e7e9ce16d270244f2a5aac86ad3abb30eb Reviewed-on: https://code.wireshark.org/review/18529 Reviewed-by: Anders Broman <a.broman58@gmail.com>
-rw-r--r--epan/dissectors/packet-homeplug-av.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-homeplug-av.c b/epan/dissectors/packet-homeplug-av.c
index c983701179..fa751a9a5c 100644
--- a/epan/dissectors/packet-homeplug-av.c
+++ b/epan/dissectors/packet-homeplug-av.c
@@ -4402,7 +4402,7 @@ proto_register_homeplug_av(void)
{ "Action required", "homeplug_av.host_action_ind.action",
FT_UINT8, BASE_HEX, VALS(homeplug_av_host_action_vals), 0x00, NULL, HFILL }
},
- /* Embedded Host Action Required Reponse */
+ /* Embedded Host Action Required Response */
{ &hf_homeplug_av_host_action_rsp,
{ "Embedded Host Action Required Response", "homeplug_av.host_action_rsp",
FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }