aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2017-10-18 21:14:38 +0200
committerAnders Broman <a.broman58@gmail.com>2017-10-18 21:15:20 +0000
commite5755a62130246e6f5e5163f766579084a58f2dc (patch)
tree85c3651aa90b1d35dee1f30294ebae5a3ba88bf1 /epan/dissectors
parentd8fdc135c4a075dde57d18e696216b53e934fba1 (diff)
FP Mux: fix a typo in preferences
Change-Id: I19ba1bb223a3356b4048448f0bb908f23e7364c0 Reviewed-on: https://code.wireshark.org/review/23975 Reviewed-by: Nikolai Ipatyev <wallprime@yandex.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors')
-rw-r--r--epan/dissectors/packet-fp_mux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-fp_mux.c b/epan/dissectors/packet-fp_mux.c
index 9694da665e..751b8f0b2f 100644
--- a/epan/dissectors/packet-fp_mux.c
+++ b/epan/dissectors/packet-fp_mux.c
@@ -367,7 +367,7 @@ proto_register_fp_mux(void)
"Whether the UID value should be appended in the protocol tree",
&fp_mux_uid_in_tree);
prefs_register_bool_preference(fp_mux_module, "call_heur_fp",
- "Call Heuristic FP Dissecotrs",
+ "Call Heuristic FP Dissectors",
"Whether to try heuristic FP dissectors for the muxed payloads",
&call_fp_heur);
}