diff --git a/box.py b/box.py index 99ca563..8661007 100755 --- a/box.py +++ b/box.py @@ -1208,7 +1208,7 @@ def vmcreate(args, conf=None): Run(cmd).stdout) except KeyboardInterrupt: - LOG.warning('\nIterrupted, cleaning up') + LOG.warning('\nInterrupted, cleaning up') iso.cleanup() image.cleanup() vbox.destroy()