aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/epan
diff options
context:
space:
mode:
authorMartin Mathieson <martin.mathieson@keysight.com>2021-04-10 18:45:50 +0100
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-04-10 22:50:52 +0000
commitd06287ec2e1e54dff3572d426252eaeab4876b10 (patch)
tree2511a5f15ccd8de04092a41362af840cf5fe4504 /plugins/epan
parent4bd5830cdaa615a95245e9873f3bae1c42b38dc9 (diff)
Some more spelling fixes.
Changed script to allow recursive search for multi-words.
Diffstat (limited to 'plugins/epan')
-rw-r--r--plugins/epan/profinet/packet-pn-rsi.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/epan/profinet/packet-pn-rsi.c b/plugins/epan/profinet/packet-pn-rsi.c
index e4338c5c6e..82019b1241 100644
--- a/plugins/epan/profinet/packet-pn-rsi.c
+++ b/plugins/epan/profinet/packet-pn-rsi.c
@@ -152,12 +152,12 @@ static const value_string pn_rsi_add_flags_morefrag[] = {
static const value_string pn_rsi_add_flags_notification[] = {
{ 0x00, "No action necessary" },
- { 0x01, "The ApplicationReadyBlock is available for reading with the service ReadNotificaton" },
+ { 0x01, "The ApplicationReadyBlock is available for reading with the service ReadNotification" },
{ 0, NULL }
};
static const range_string pn_rsi_seq_num[] = {
- { 0x0000, 0x7FFF, "synchronization and transmission between initiator and responser" },
+ { 0x0000, 0x7FFF, "synchronization and transmission between initiator and responder" },
{ 0x8000, 0xFFFD, "Reserved" },
{ 0xFFFE, 0xFFFE, "synchronize initiator and responder for establishment of an AR" },
{ 0xFFFF, 0xFFFF, "Reserved" },
@@ -184,7 +184,7 @@ static const value_string pn_rsi_f_opnum_offset_opnum[] = {
{ 0x02, "Read" },
{ 0x03, "Write" },
{ 0x04, "Control" },
- { 0x05, "ReadImplcit" },
+ { 0x05, "ReadImplicit" },
{ 0x06, "ReadConnectionless" },
{ 0x07, "ReadNotification" },
{ 0x08, "PrmWriteMore" },