aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ged125.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-ged125.c')
-rw-r--r--epan/dissectors/packet-ged125.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ged125.c b/epan/dissectors/packet-ged125.c
index f74e966062..3f41bee428 100644
--- a/epan/dissectors/packet-ged125.c
+++ b/epan/dissectors/packet-ged125.c
@@ -1283,7 +1283,7 @@ dissect_ged125(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _
message_type = tvb_get_ntohl(tvb, 4);
- /*checks to make sure its of a ged125 base message type*/
+ /*checks to make sure it's of a ged125 base message type*/
if (match_strval(message_type, base_message_values) == NULL)
return 0; /* not a known command */