aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-atm.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.mathieson@keysight.com>2020-08-30 22:34:34 +0100
committerMartin Mathieson <martin.mathieson@keysight.com>2020-08-30 22:34:34 +0100
commit4a4e50992a8d398962dbd57d4638d67a1fb72226 (patch)
tree50248b677acf485d1c071f5ac80db9c35d508d00 /epan/dissectors/packet-atm.c
parent8ee18eed206984cb4843c541f04570553defd158 (diff)
More spelling fixes, start of second pass of dissectors.
Now easier to find errors due to script improvements and more complete dictionary file.
Diffstat (limited to 'epan/dissectors/packet-atm.c')
-rw-r--r--epan/dissectors/packet-atm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-atm.c b/epan/dissectors/packet-atm.c
index 9bb5e69689..6a6bc4bd5c 100644
--- a/epan/dissectors/packet-atm.c
+++ b/epan/dissectors/packet-atm.c
@@ -2036,7 +2036,7 @@ proto_register_atm(void)
atm_module = prefs_register_protocol ( proto_atm, NULL );
prefs_register_bool_preference(atm_module, "dissect_lane_as_sscop", "Dissect LANE as SSCOP",
- "Autodection between LANE and SSCOP is hard. As default LANE is preferred",
+ "Autodetection between LANE and SSCOP is hard. As default LANE is preferred",
&dissect_lanesscop);
prefs_register_obsolete_preference(atm_module, "unknown_aal2_type");