From 4f39ed97134ae15ff051e79f22dc29d911cdb028 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Thu, 27 Oct 2016 07:48:46 +0200 Subject: [PATCH] ethercat (plugins): fix spelling typo found by lintian Change-Id: I85a86953c89979e975e178fed1ae13dddab304d0 Reviewed-on: https://code.wireshark.org/review/18501 Reviewed-by: Anders Broman --- plugins/ethercat/packet-ethercat-datagram.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,