From 7b409afb354c914dfb74119136d4d36e43011508 Mon Sep 17 00:00:00 2001 From: meisterluk Date: Sat, 4 May 2013 00:22:46 +0200 Subject: [PATCH] Fix typo. --- grml2usb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.1.4