typos fixed by Rob Hooft
diff --git a/Lib/dos-8x3/queue.py b/Lib/dos-8x3/queue.py
index cb04006..9d5f799 100755
--- a/Lib/dos-8x3/queue.py
+++ b/Lib/dos-8x3/queue.py
@@ -119,7 +119,7 @@
     def _qsize(self):
         return len(self.queue)
 
-    # Check wheter the queue is empty
+    # Check whether the queue is empty
     def _empty(self):
         return not self.queue