aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/profinet
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2012-03-18 22:24:24 +0000
committerBill Meier <wmeier@newsguy.com>2012-03-18 22:24:24 +0000
commit2df5dc3d533008334c3705b9a1d3683663a88ae2 (patch)
tree39266fb60b61337685d57db6e23138c074c61a93 /plugins/profinet
parenta7041cacb0552d85d6e173a6d2e54e2bce4c73b4 (diff)
From Reinhard Speyerer: Fix several misspellings/typos in Wireshark
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6967 svn path=/trunk/; revision=41645
Diffstat (limited to 'plugins/profinet')
-rw-r--r--plugins/profinet/packet-dcerpc-pn-io.c2
-rw-r--r--plugins/profinet/packet-pn-mrp.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/profinet/packet-dcerpc-pn-io.c b/plugins/profinet/packet-dcerpc-pn-io.c
index e64a2e1475..d5d6ae5e8a 100644
--- a/plugins/profinet/packet-dcerpc-pn-io.c
+++ b/plugins/profinet/packet-dcerpc-pn-io.c
@@ -2264,7 +2264,7 @@ static const value_string pn_io_fiber_optic_cable_type[] = {
static const value_string pn_io_im_revision_prefix_vals[] = {
{ 'V', "V - Officially released version" },
{ 'R', "R - Revision" },
- { 'P', "P - Protoype" },
+ { 'P', "P - Prototype" },
{ 'U', "U - Under Test (Field Test)" },
{ 'T', "T - Test Device" },
/*all others reserved */
diff --git a/plugins/profinet/packet-pn-mrp.c b/plugins/profinet/packet-pn-mrp.c
index f820b06cfe..fa7ef879bf 100644
--- a/plugins/profinet/packet-pn-mrp.c
+++ b/plugins/profinet/packet-pn-mrp.c
@@ -421,7 +421,7 @@ proto_register_pn_mrp (void)
{ &hf_pn_mrp_ring_state,
{ "RingState", "pn_mrp.ring_state", FT_UINT16, BASE_HEX, VALS(pn_mrp_ring_state_vals), 0x0, NULL, HFILL }},
{ &hf_pn_mrp_interval,
- { "Interval", "pn_mrp.interval", FT_UINT16, BASE_DEC, NULL, 0x0, "Interval for next topologie change event (in ms)", HFILL }},
+ { "Interval", "pn_mrp.interval", FT_UINT16, BASE_DEC, NULL, 0x0, "Interval for next topology change event (in ms)", HFILL }},
{ &hf_pn_mrp_transition,
{ "Transition", "pn_mrp.transition", FT_UINT16, BASE_HEX, NULL, 0x0, "Number of transitions between media redundancy lost and ok states", HFILL }},
{ &hf_pn_mrp_time_stamp,