aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-10-23 15:45:12 +0000
committerBill Meier <wmeier@newsguy.com>2010-10-23 15:45:12 +0000
commitdbd143d68a42c17e69c0f356427c7256088eac75 (patch)
treec4da805394b6890e30d1440c4142cbebcba65106 /file.c
parent6d8ea4abd514fcf64270d325b18816e0fdb28537 (diff)
(Trivial) Fix a typo in a comment.
svn path=/trunk/; revision=34626
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index 25103e2bfa..70fa701a87 100644
--- a/file.c
+++ b/file.c
@@ -593,7 +593,7 @@ cf_read(capture_file *cf, gboolean from_save)
if (size >= 0) {
count++;
/* Create the progress bar if necessary.
- * Check wether it should be created or not every MIN_NUMBER_OF_PACKET
+ * Check whether it should be created or not every MIN_NUMBER_OF_PACKET
*/
if ((progbar == NULL) && !(count % MIN_NUMBER_OF_PACKET)){
progbar_val = calc_progbar_val(cf, size, data_offset, status_str, sizeof(status_str));