Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
meisterluk authored and mika committed May 13, 2013
1 parent 5276a23 commit 7b409af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grml2usb
Expand Up @@ -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):
Expand Down

0 comments on commit 7b409af

Please sign in to comment.