aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2017-12-31 14:05:14 +0000
committerMartin Kaiser <wireshark@kaiser.cx>2017-12-31 14:09:42 +0000
commitde1017462905748e92c328559683d55569f0b68f (patch)
treef8a65d84c319cb07699df70f39224ee35fe4dfe8 /plugins
parent6f84e1b5f3a87489785a7ee31049d83823ceb0b9 (diff)
transum(plugin) fix typo reponse => response
found by lintian Change-Id: I8a15c7ba236024448e2ad328b200872b0c622988 Reviewed-on: https://code.wireshark.org/review/25085 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/transum/packet-transum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/transum/packet-transum.c b/plugins/transum/packet-transum.c
index 60fb800cbd..6343bf1863 100644
--- a/plugins/transum/packet-transum.c
+++ b/plugins/transum/packet-transum.c
@@ -1224,7 +1224,7 @@ proto_register_transum(void)
{ &hf_tsum_rsp_search,
{ "Rsp Search Counts", "transum.rsp_search",
FT_UINT32, BASE_DEC, NULL, 0x0,
- "rrpd_list search total for the reponse packets", HFILL }
+ "rrpd_list search total for the response packets", HFILL }
}
};