From 2c2a62e74fefff5213ade3667a5197d819b686ae Mon Sep 17 00:00:00 2001 From: Tony Samuels Date: Sat, 4 Feb 2017 13:23:26 +0000 Subject: Fix typo in printing full name of CFM's CCM opcode value. --- print-cfm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print-cfm.c') diff --git a/print-cfm.c b/print-cfm.c index 43ad438c..c1be2a9b 100644 --- a/print-cfm.c +++ b/print-cfm.c @@ -50,7 +50,7 @@ struct cfm_common_header_t { #define CFM_OPCODE_LTM 5 static const struct tok cfm_opcode_values[] = { - { CFM_OPCODE_CCM, "Continouity Check Message"}, + { CFM_OPCODE_CCM, "Continuity Check Message"}, { CFM_OPCODE_LBR, "Loopback Reply"}, { CFM_OPCODE_LBM, "Loopback Message"}, { CFM_OPCODE_LTR, "Linktrace Reply"}, -- cgit v1.2.1