summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick <patrick.servello@gmail.com>2015-07-01 23:30:21 +0100
committerAnders Broman <a.broman58@gmail.com>2015-07-02 03:13:25 +0000
commitfa6fb7669426b2dc2424587551b6099a89316476 (patch)
tree4f56a37b0595de2e9f6481b56f472f7e7f0e61f1
parent4a8f0e16f5b0a3ee04c4a6c35348884174f9f049 (diff)
downloadwireshark-fa6fb7669426b2dc2424587551b6099a89316476.tar.gz
fixed spelling errors in Omron FINS packet dissector
Change-Id: I7cce1769d3e3c2c70d18e247b1e1040b05715c20 Reviewed-on: https://code.wireshark.org/review/9448 Reviewed-by: Anders Broman <a.broman58@gmail.com>
-rw-r--r--epan/dissectors/packet-omron-fins.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-omron-fins.c b/epan/dissectors/packet-omron-fins.c
index a4eed220df..b2777760e0 100644
--- a/epan/dissectors/packet-omron-fins.c
+++ b/epan/dissectors/packet-omron-fins.c
@@ -678,7 +678,7 @@ static const value_string response_codes[] = {
{ 0x0504, "Max relay nodes (2) was exceeded" },
{ 0x1001, "The command is longer than the max permissible length" },
{ 0x1002, "The command is shorter than the min permissible length" },
- { 0x1003, "The designated number od data items differs from the actual number" },
+ { 0x1003, "The designated number of data items differs from the actual number" },
{ 0x1004, "An incorrect command format has been used" },
{ 0x1005, "An incorrect header has been used" },
{ 0x1101, "Memory area code invalid or DM is not available" },
@@ -787,7 +787,7 @@ static const value_string omron_file_parameter_codes[] = {
{ 0x0000, "Write new file, do not overwrite" },
{ 0x0001, "Write new file, overwrite" },
{ 0x0002, "Append to file " },
- { 0x0003, "Overwite file" },
+ { 0x0003, "Overwrite file" },
{ 0, NULL } };
static const value_string omron_volume_parameter_codes[] = {
@@ -798,7 +798,7 @@ static const value_string omron_volume_parameter_codes[] = {
static const value_string omron_transfer_parameter_codes[] = {
{ 0x0000, "Data transfer from the PC memory area to the file device" },
- { 0x0001, "Data transfer from the file device to the PC emory area" },
+ { 0x0001, "Data transfer from the file device to the PC memory area" },
{ 0x0002, "Data compared" },
{ 0, NULL } };