aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-omron-fins.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-12-06 01:34:58 +0000
committerBill Meier <wmeier@newsguy.com>2010-12-06 01:34:58 +0000
commit03b57df5a077e1e3590a96b0ccf675cf2bc133dd (patch)
treed30cafc4dca690450bd630a40b77b47565857b85 /epan/dissectors/packet-omron-fins.c
parent7cd3ff263b70c138a51ffb7a75c17220f9c70581 (diff)
Fix various typos and spelling errors.
svn path=/trunk/; revision=35126
Diffstat (limited to 'epan/dissectors/packet-omron-fins.c')
-rw-r--r--epan/dissectors/packet-omron-fins.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-omron-fins.c b/epan/dissectors/packet-omron-fins.c
index 8aa2c830d0..2f8cfc39f2 100644
--- a/epan/dissectors/packet-omron-fins.c
+++ b/epan/dissectors/packet-omron-fins.c
@@ -726,7 +726,7 @@ static const value_string response_codes[] = {
{ 0x2509, "SYSMAC BUS/2 error" },
{ 0x250A, "Special I/O Unit error" },
{ 0x250D, "Duplication in SYSMAC BUS word allocation" },
- { 0x250F, "A memmory error has occurred" },
+ { 0x250F, "A memory error has occurred" },
{ 0x2510, "Terminator not connected in SYSMAC BUS system" },
{ 0x2601, "The specified area is not protected" },
{ 0x2602, "An incorrect password has been specified" },
@@ -3510,7 +3510,7 @@ proto_register_omron_fins(void)
{ &hf_omron_non_fatal_rv3,
{ "Reserved", "omron.non_fatal.rv3", FT_UINT16, BASE_DEC, NULL, 0x0080, NULL, HFILL }},
{ &hf_omron_non_fatal_io_verification_error,
- { "I/O verfication error", "omron.non_fatal.io_verification_error", FT_UINT16, BASE_DEC, NULL, 0x0040, NULL, HFILL }},
+ { "I/O verification error", "omron.non_fatal.io_verification_error", FT_UINT16, BASE_DEC, NULL, 0x0040, NULL, HFILL }},
{ &hf_omron_non_fatal_rv4,
{ "Reserved", "omron.non_fatal.rv4", FT_UINT16, BASE_DEC, NULL, 0x0020, NULL, HFILL }},
{ &hf_omron_non_fatal_sfc_error,