aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lustre.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.mathieson@keysight.com>2020-12-16 09:59:50 +0000
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2020-12-20 16:31:18 +0000
commiteef4ba7ed7dfc56745f2b5371dafa0f6df594142 (patch)
tree72df7a2389f701451c83a7875aec206282320daf /epan/dissectors/packet-lustre.c
parentbfb889910af094042bd975b32a578b447bcc1e08 (diff)
More spelling fixes.
Diffstat (limited to 'epan/dissectors/packet-lustre.c')
-rw-r--r--epan/dissectors/packet-lustre.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-lustre.c b/epan/dissectors/packet-lustre.c
index fee1c438d2..aeb5db956c 100644
--- a/epan/dissectors/packet-lustre.c
+++ b/epan/dissectors/packet-lustre.c
@@ -8177,7 +8177,7 @@ proto_register_lustre(void)
{ &hf_lustre_obj_update_params_count,
{ "Ou Param Count", "lustre.obj_update.params_count", FT_UINT16, BASE_DEC, NULL, 0, NULL, HFILL }},
{ &hf_lustre_obj_update_result_size,
- { "Ou Reult Sz", "lustre.obj_update.result_size", FT_UINT32, BASE_DEC_HEX, NULL, 0, NULL, HFILL }},
+ { "Ou Result Sz", "lustre.obj_update.result_size", FT_UINT32, BASE_DEC_HEX, NULL, 0, NULL, HFILL }},
{ &hf_lustre_obj_update_flags,
{ "Ou Flags", "lustre.obj_update.flags", FT_UINT32, BASE_HEX, NULL, 0, NULL, HFILL }},
{ &hf_lustre_obj_update_padding,