Fix type in a windows error message
[snf-image-creator] / image_creator / os_type / windows.py
index 96efdab..a6816fe 100644 (file)
@@ -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)