aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ldp.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.mathieson@keysight.com>2020-08-31 12:39:37 +0100
committerMartin Mathieson <martin.mathieson@keysight.com>2020-08-31 12:39:37 +0100
commit2999b7f6b378298001884fa0d95aa108ff0c5f3d (patch)
tree9126d40938183ef0fa4888e3bf54c3626d86cb23 /epan/dissectors/packet-ldp.c
parent73ff25185cc24791138de4752258a13eefe53484 (diff)
More spelling fixes, part 2 of 2nd pass of dissectors.
Diffstat (limited to 'epan/dissectors/packet-ldp.c')
-rw-r--r--epan/dissectors/packet-ldp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ldp.c b/epan/dissectors/packet-ldp.c
index 13f9fd86a6..45e8699c6d 100644
--- a/epan/dissectors/packet-ldp.c
+++ b/epan/dissectors/packet-ldp.c
@@ -956,7 +956,7 @@ static const value_string tlv_status_data[] = {
{ 0x00000005, "Bad Message Length" },
{ 0x00000006, "Unknown TLV" },
{ 0x00000007, "Bad TLV Length" },
- { 0x00000008, "Malformted TLV Value" },
+ { 0x00000008, "Malformed TLV Value" },
{ 0x00000009, "Hold Timer Expired" },
{ 0x0000000A, "Shutdown" },
{ 0x0000000B, "Loop Detected" },