Fix type in a windows error message
authorNikos Skalkotos <skalkoto@grnet.gr>
Wed, 18 Dec 2013 11:27:13 +0000 (13:27 +0200)
committerNikos Skalkotos <skalkoto@grnet.gr>
Wed, 18 Dec 2013 11:27:13 +0000 (13:27 +0200)
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)