]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Fix typo in printing full name of CFM's CCM opcode value. 590/head
authorTony Samuels <[email protected]>
Sat, 4 Feb 2017 13:23:26 +0000 (13:23 +0000)
committerTony Samuels <[email protected]>
Sat, 4 Feb 2017 13:23:26 +0000 (13:23 +0000)
print-cfm.c

index 43ad438c6a4040d2f2d4e8a991dbbf5457ceeee6..c1be2a9b0249a1868ea8a6a0c47b6b5f2d36ff18 100644 (file)
@@ -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"},