aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2009-04-08 13:41:30 +0000
committerBill Meier <wmeier@newsguy.com>2009-04-08 13:41:30 +0000
commit321506c076b5d2ed1cc4cc5c74569093b3e1aca0 (patch)
tree8452f326fe422f58ce23b34cc250db27fd0082de /plugins
parent0beccd173fb12cab957bfbf7e170b51d39b259e4 (diff)
(Trivial) Fix some spelling & etc in comments
svn path=/trunk/; revision=27996
Diffstat (limited to 'plugins')
-rw-r--r--plugins/profinet/packet-pn-rt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/profinet/packet-pn-rt.c b/plugins/profinet/packet-pn-rt.c
index 6c087c5387..f7d178d32a 100644
--- a/plugins/profinet/packet-pn-rt.c
+++ b/plugins/profinet/packet-pn-rt.c
@@ -247,7 +247,7 @@ dissect_pn_rt(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
/* The PN-RT protocol uses status values at the end of the Ethernet frame.
* Unfortunately it doesn't contain a length field in the PN-RT protocol itself,
* so we must depend on the tvb length. This is sometimes is a bit confusing
- * wether the length of the tvb contains the optional FCS at the end or not
+ * whether the length of the tvb contains the optional FCS at the end or not
* therefore the following heuristic ... */
if(pinfo->fd->lnk_t == WTAP_ENCAP_IEEE_802_11_WITH_RADIO) {