aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-s7comm.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.mathieson@keysight.com>2020-08-31 18:37:12 +0100
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2020-08-31 18:26:28 +0000
commite7d20090f774f95259ee828b20f77531a47ad90f (patch)
treeee7118f515e3792f1018ad9b15a7e18907480560 /epan/dissectors/packet-s7comm.c
parent4c74caf9ef958886b76f62ca70dbe939fcb51d86 (diff)
More spelling fixes, last part of 2nd pass of dissectors.
Diffstat (limited to 'epan/dissectors/packet-s7comm.c')
-rw-r--r--epan/dissectors/packet-s7comm.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/packet-s7comm.c b/epan/dissectors/packet-s7comm.c
index 4e27c44dd0..05ff274eea 100644
--- a/epan/dissectors/packet-s7comm.c
+++ b/epan/dissectors/packet-s7comm.c
@@ -1047,8 +1047,8 @@ static const value_string nck_module_names[] = {
{ 0x3c, "VSYN - Channel-specific user variables for synchronous actions" },
{ 0x3d, "TUS - Tool data: user monitoring data" },
{ 0x3e, "TUM - Tool data: user magazine data" },
- { 0x3f, "TUP - Tool data: user magatine place data" },
- { 0x40, "TF - Parametrizing, return parameters of _N_TMGETT, _N_TSEARC" },
+ { 0x3f, "TUP - Tool data: user magazine place data" },
+ { 0x40, "TF - Parameterizing, return parameters of _N_TMGETT, _N_TSEARC" },
{ 0x41, "FB - Channel-specific base frames" },
{ 0x42, "SSP2 - State data: Spindle" },
{ 0x43, "PUD - programmglobale Benutzerdaten" },
@@ -1063,7 +1063,7 @@ static const value_string nck_module_names[] = {
{ 0x4c, "FS - System-Frame" },
{ 0x4d, "SD - Servo data" },
{ 0x4e, "TAD - Application-specific data" },
- { 0x4f, "TAO - Aplication-specific cutting edge data" },
+ { 0x4f, "TAO - Application-specific cutting edge data" },
{ 0x50, "TAS - Application-specific monitoring data" },
{ 0x51, "TAM - Application-specific magazine data" },
{ 0x52, "TAP - Application-specific magazine location data" },
@@ -7351,7 +7351,7 @@ proto_register_s7comm (void)
{ "OB Start info", "s7comm.ob.strt_info", FT_UINT8, BASE_HEX, NULL, 0x0,
"OB Start info (OB n has started)", HFILL }},
{ &hf_s7comm_ob_flt_id,
- { "OB Fault identifcation code", "s7comm.ob.flt_id", FT_UINT8, BASE_HEX, NULL, 0x0,
+ { "OB Fault identification code", "s7comm.ob.flt_id", FT_UINT8, BASE_HEX, NULL, 0x0,
NULL, HFILL }},
{ &hf_s7comm_ob_priority,
{ "OB Priority", "s7comm.ob.priority", FT_UINT8, BASE_DEC, NULL, 0x0,