From 8f92ca709e4c040150467a5f04f2a9355b80ce82 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Thu, 27 Oct 2016 18:05:03 +0200 Subject: [PATCH] hartip: fix fix spelling typo found by lintian Change-Id: I89798a1dc1931ce44bc511da90726ff27ddfe583 Reviewed-on: https://code.wireshark.org/review/18534 Reviewed-by: Anders Broman --- epan/dissectors/packet-hartip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epan/dissectors/packet-hartip.c b/epan/dissectors/packet-hartip.c index 84212fbe46..79bedc76f0 100644 --- a/epan/dissectors/packet-hartip.c +++ b/epan/dissectors/packet-hartip.c @@ -1944,7 +1944,7 @@ proto_register_hartip(void) NULL, HFILL } }, { &hf_hartip_pt_rsp_pv_transfer_function_code, - { "PV Transfer Funciton Code", "hart_ip.pt.rsp.pv_transfer_function_code", + { "PV Transfer Function Code", "hart_ip.pt.rsp.pv_transfer_function_code", FT_UINT8, BASE_HEX, NULL, 0x0, NULL, HFILL } },