From e7d20090f774f95259ee828b20f77531a47ad90f Mon Sep 17 00:00:00 2001 From: Martin Mathieson Date: Mon, 31 Aug 2020 18:37:12 +0100 Subject: More spelling fixes, last part of 2nd pass of dissectors. --- epan/dissectors/packet-s7comm.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'epan/dissectors/packet-s7comm.c') 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, -- cgit v1.2.3