summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-corosync-totemsrp.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-corosync-totemsrp.c')
-rw-r--r--epan/dissectors/packet-corosync-totemsrp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-corosync-totemsrp.c b/epan/dissectors/packet-corosync-totemsrp.c
index 6b4b4b6361..472c1bd877 100644
--- a/epan/dissectors/packet-corosync-totemsrp.c
+++ b/epan/dissectors/packet-corosync-totemsrp.c
@@ -1,5 +1,5 @@
/* packet-corosync-totemsrp.c
- * Dissectors for totem single ring protocol implementated in corosync cluster engine
+ * Dissectors for totem single ring protocol implemented in corosync cluster engine
* Copyright 2007 2009 2010 2014 Masatake YAMATO <yamato@redhat.com>
* Copyright (c) 2010 2014 Red Hat, Inc.
*
@@ -1129,9 +1129,9 @@ proto_register_corosync_totemsrp(void)
FT_UINT32, BASE_DEC, NULL, 0x0,
NULL, HFILL}},
- /* token_hold_canel */
+ /* token_hold_cancel */
{ &hf_corosync_totemsrp_token_hold_cancel,
- {"Hold cancel token", "corosync_totemsrp.token_hold_canel",
+ {"Hold cancel token", "corosync_totemsrp.token_hold_cancel",
FT_NONE, BASE_NONE, NULL, 0x0,
NULL, HFILL}},
};