Fix typo.
authormeisterluk <admin@lukas-prokop.at>
Fri, 3 May 2013 22:22:46 +0000 (00:22 +0200)
committerMichael Prokop <mika@grml.org>
Mon, 13 May 2013 09:04:14 +0000 (11:04 +0200)
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:
             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):
 
 
 def register_tmpfile(path):