From 9b49a63b45f9fb31e04f94e85eb4188a98f17ae1 Mon Sep 17 00:00:00 2001 From: Nikos Skalkotos Date: Wed, 18 Dec 2013 13:27:13 +0200 Subject: [PATCH] Fix type in a windows error message --- image_creator/os_type/windows.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image_creator/os_type/windows.py b/image_creator/os_type/windows.py index 96efdab..a6816fe 100644 --- a/image_creator/os_type/windows.py +++ b/image_creator/os_type/windows.py @@ -265,7 +265,7 @@ class Windows(OSBase): querymax -= 100 if querymax < 0: - self.out.warn("Not enought available space to shrink the image!") + self.out.warn("Not enough available space to shrink the image!") return self.out.output("\tReclaiming %dMB ..." % querymax) -- 1.7.10.4