aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ecp.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-ecp.c
parent73ff25185cc24791138de4752258a13eefe53484 (diff)
More spelling fixes, part 2 of 2nd pass of dissectors.
Diffstat (limited to 'epan/dissectors/packet-ecp.c')
-rw-r--r--epan/dissectors/packet-ecp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ecp.c b/epan/dissectors/packet-ecp.c
index 41c0ad5928..2fd6098b4a 100644
--- a/epan/dissectors/packet-ecp.c
+++ b/epan/dissectors/packet-ecp.c
@@ -123,7 +123,7 @@ static const value_string vdp_tlv_type_vals[] = {
{ VDP_TLV_ASSOC, "Associate" },
{ VDP_TLV_DEASSOC, "DeAssociate" },
{ VDP_TLV_MGRID, "VSI Manager ID" },
- { VDP_TLV_ORG, "Orgnaizationally defined TLV" },
+ { VDP_TLV_ORG, "Organizationally defined TLV" },
{ 0x0, NULL }
};