From: meisterluk Date: Fri, 3 May 2013 22:22:46 +0000 (+0200) Subject: Fix typo. X-Git-Tag: v0.13.7~4 X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=commitdiff_plain;h=7b409afb354c914dfb74119136d4d36e43011508 Fix typo. --- diff --git a/grml2usb b/grml2usb index 0c9ffc0..d5a8675 100755 --- 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):