diff --git a/image_creator/os_type/windows.py b/image_creator/os_type/windows.py
index 96efdab53e2140e5c65d4c3d1e0c95e0aefa21ee..a6816fe652e211e6c8ae8d5b09700df502ae8fca 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)