Fix typo.
[grml2usb.git] / grml2usb
index 0c9ffc0..d5a8675 100755 (executable)
--- a/grml2usb
+++ b/grml2usb
@@ -170,7 +170,7 @@ def cleanup():
             os.unlink(tmpfile)
     # ignore: RuntimeError: Set changed size during iteration
     except RuntimeError:
-        logging.debug('caught expection RuntimeError, ignoring')
+        logging.debug('caught exception RuntimeError, ignoring')
 
 
 def register_tmpfile(path):