Skip to content
Snippets Groups Projects
Commit 9b49a63b authored by Nikos Skalkotos's avatar Nikos Skalkotos
Browse files

Fix type in a windows error message

parent 7b626c6b
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment