aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-10-27 18:13:56 +0200
committerAnders Broman <a.broman58@gmail.com>2016-10-28 07:40:44 +0000
commit8881c607bf18b11f7330d1dfd9b727b2c801bf13 (patch)
tree6ea08dff6dff99c4d023f45339c85205be93e5d0
parentbb85c6bbd1eab1e9f35f993c3013977c11003fb9 (diff)
glusterfs: fix fix spelling typo found by lintian
Change-Id: I8f9f7b237b0191bbccfd65e3f70bf3f638a7c5ad Reviewed-on: https://code.wireshark.org/review/18539 Reviewed-by: Anders Broman <a.broman58@gmail.com>
-rw-r--r--epan/dissectors/packet-glusterfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-glusterfs.c b/epan/dissectors/packet-glusterfs.c
index 8068a31fb2..f9051c23ec 100644
--- a/epan/dissectors/packet-glusterfs.c
+++ b/epan/dissectors/packet-glusterfs.c
@@ -2386,7 +2386,7 @@ proto_register_glusterfs(void)
NULL, 0, NULL, HFILL }
},
{ &hf_glusterfs_namelen,
- { "Name Lenth", "glusterfs.namelen", FT_UINT32, BASE_DEC,
+ { "Name Length", "glusterfs.namelen", FT_UINT32, BASE_DEC,
NULL, 0, NULL, HFILL }
},
{ &hf_glusterfs_linkname,