(Trivial) Fix a typo in a comment.
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 23 Oct 2010 15:45:12 +0000 (15:45 +0000)
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 23 Oct 2010 15:45:12 +0000 (15:45 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34626 f5534014-38df-0310-8fa8-9805f1628bb7

file.c

diff --git a/file.c b/file.c
index 25103e2bfad057ff855b3cd3fb56c944c5b71c7a..70fa701a87ae4b78b041bc1ebcbc12caeda7c6d6 100644 (file)
--- 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));