From ed25a0d2084f53fa44629b8280ea5513b508dee3 Mon Sep 17 00:00:00 2001 From: gryf Date: Fri, 22 Apr 2022 07:53:04 +0200 Subject: [PATCH] Fix typo in message. --- box.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()