aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fmp.c
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2008-12-18 19:08:49 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2008-12-18 19:08:49 +0000
commit2d72d0d25edfd48227062c781c17cbc88da92c2b (patch)
treeada9aa2c01f7b2a0d24b67b54d2b571f6f4a0f85 /epan/dissectors/packet-fmp.c
parentb5ae80f82749a41c0c847bf990875956a5d853a9 (diff)
Fix various typos and spelling errors (mostly in text strings)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27050 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-fmp.c')
-rw-r--r--epan/dissectors/packet-fmp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/packet-fmp.c b/epan/dissectors/packet-fmp.c
index a4977f7fbc..5ccaf84cc2 100644
--- a/epan/dissectors/packet-fmp.c
+++ b/epan/dissectors/packet-fmp.c
@@ -1035,7 +1035,7 @@ dissect_fmp_notifyProtocol(tvbuff_t *tvb, int offset, proto_tree *tree)
break;
default:
proto_tree_add_text(tree, tvb, offset, 4,
- "Protocol: UNKNOW (%d)",
+ "Protocol: UNKNOWN (%d)",
proto);
break;
}
@@ -1106,7 +1106,7 @@ dissect_fmp_cerrInfo(tvbuff_t *tvb, int offset, proto_tree *tree)
default:
proto_tree_add_text(tree, tvb, offset, 4,
- "CLIENT Error Number: Unknow Error Number (%d)",
+ "CLIENT Error Number: Unknown Error Number (%d)",
errorNum);
break;
}
@@ -2096,8 +2096,8 @@ proto_register_fmp(void)
NULL, 0, "Seconds", HFILL }},
{ &hf_fmp_time_nsec, {
- "nano seconds", "fmp.btime.nsec", FT_UINT32, BASE_DEC,
- NULL, 0, "Nano-seconds", HFILL }},
+ "nanoseconds", "fmp.btime.nsec", FT_UINT32, BASE_DEC,
+ NULL, 0, "Nanoseconds", HFILL }},
{ &hf_fmp_notifyPort, {
"Notify Port", "fmp.notifyPort", FT_UINT32, BASE_DEC,