aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-hazelcast.c
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2013-04-01 15:29:49 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2013-04-01 15:29:49 +0000
commit97136126bc2b40c66355e10df07abef96254a2bc (patch)
treef652a2cabc2c0f91a9af52fe22a7155c54f0a29e /epan/dissectors/packet-hazelcast.c
parentdfc87f20dff7dca976719e4ac607b64ce2b741ca (diff)
Typo's. That is all.
svn path=/trunk/; revision=48685
Diffstat (limited to 'epan/dissectors/packet-hazelcast.c')
-rw-r--r--epan/dissectors/packet-hazelcast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-hazelcast.c b/epan/dissectors/packet-hazelcast.c
index 0083789569..4ea106e45a 100644
--- a/epan/dissectors/packet-hazelcast.c
+++ b/epan/dissectors/packet-hazelcast.c
@@ -457,7 +457,7 @@ void proto_register_hazelcast(void) {
{ "Hazelcast hdr value length", "hazelcast.hdr.valuelength", FT_UINT32, BASE_DEC, NULL, 0x0, "header value length", HFILL }
},
{ &hf_hazelcast_headerVersion,
- { "Hazelcast hdr version", "hazelcast.hdr.version", FT_UINT8, BASE_DEC, NULL, 0x0, "header verson", HFILL }
+ { "Hazelcast hdr version", "hazelcast.hdr.version", FT_UINT8, BASE_DEC, NULL, 0x0, "header version", HFILL }
},
{ &hf_hazelcast_operation,
{ "Hazelcast operation", "hazelcast.operation", FT_UINT8, BASE_DEC|BASE_EXT_STRING, &operationTypes_ext, 0x0, "operation", HFILL }