aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-10-27 07:48:46 +0200
committerAnders Broman <a.broman58@gmail.com>2016-10-27 07:09:35 +0000
commit4f39ed97134ae15ff051e79f22dc29d911cdb028 (patch)
treed59dd505826f0175a8e95be1c8e5d0332d34f500
parent978cbf06eddad1d3b9b57779a035c4acbeab87c1 (diff)
ethercat (plugins): fix spelling typo found by lintian
Change-Id: I85a86953c89979e975e178fed1ae13dddab304d0 Reviewed-on: https://code.wireshark.org/review/18501 Reviewed-by: Anders Broman <a.broman58@gmail.com>
-rw-r--r--plugins/ethercat/packet-ethercat-datagram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ethercat/packet-ethercat-datagram.c b/plugins/ethercat/packet-ethercat-datagram.c
index 077220df5d..cfbacddfd0 100644
--- a/plugins/ethercat/packet-ethercat-datagram.c
+++ b/plugins/ethercat/packet-ethercat-datagram.c
@@ -2423,7 +2423,7 @@ void proto_register_ecat(void)
FT_BOOLEAN, 16, TFS(&tfs_local_true_false), 0x0001, NULL, HFILL }
},
{ &hf_ecat_reg_esc_features_smaddrrestrict,
- {"SM adressing restriction", "ecat.reg.features.smaddrrestrict",
+ {"SM addressing restriction", "ecat.reg.features.smaddrrestrict",
FT_BOOLEAN, 16, TFS(&tfs_local_true_false), 0x0002, NULL, HFILL }
},
{ &hf_ecat_reg_esc_features_dcsupport,