summaryrefslogtreecommitdiff
path: root/wiretap/csids.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-02-26 04:42:26 +0000
committerBill Meier <wmeier@newsguy.com>2013-02-26 04:42:26 +0000
commit96a24cc79f7a32851cc2005603e32633389043a3 (patch)
tree62c91332176b091409c8f06937bbce734155981e /wiretap/csids.c
parenta6e56df8b683bb696655c331f64f22abc8f36af4 (diff)
downloadwireshark-96a24cc79f7a32851cc2005603e32633389043a3.tar.gz
Fix spelling/typos found using a list of commonly misspelled words.
The misspellings were mostly in comments but some were in text strings visible to the user. svn path=/trunk/; revision=47899
Diffstat (limited to 'wiretap/csids.c')
-rw-r--r--wiretap/csids.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/csids.c b/wiretap/csids.c
index 08f60f05ea..a60fd11f39 100644
--- a/wiretap/csids.c
+++ b/wiretap/csids.c
@@ -63,7 +63,7 @@ int csids_open(wtap *wth, int *err, gchar **err_info)
{
/* There is no file header. There is only a header for each packet
* so we read a packet header and compare the caplen with iplen. They
- * should always be equal except with the wierd byteswap version.
+ * should always be equal except with the weird byteswap version.
*
* THIS IS BROKEN-- anytime the caplen is 0x0101 or 0x0202 up to 0x0505
* this will byteswap it. I need to fix this. XXX --mlh