aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cfm.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-cfm.c')
-rw-r--r--epan/dissectors/packet-cfm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-cfm.c b/epan/dissectors/packet-cfm.c
index be18dc1fc1..6a05d8dbf1 100644
--- a/epan/dissectors/packet-cfm.c
+++ b/epan/dissectors/packet-cfm.c
@@ -47,7 +47,7 @@ static void dissect_cfm(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
static int proto_cfm = -1;
static const value_string opcodetypenames[] = {
- { IEE8021, "Reserved for IEE 802.1" },
+ { IEEE8021, "Reserved for IEEE 802.1" },
{ CCM, "Continuity Check Message (CCM)" },
{ LBR, "Loopback Reply (LBR)" },
{ LBM, "Loopback Message (LBM)" },