From 41a669a48f2b046f0b156a084dc302a9c240d75a Mon Sep 17 00:00:00 2001
From: Nikos Skalkotos <skalkoto@grnet.gr>
Date: Thu, 11 Dec 2014 19:09:16 +0200
Subject: [PATCH] Fix minor typo

---
 image_creator/os_type/windows/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/image_creator/os_type/windows/__init__.py b/image_creator/os_type/windows/__init__.py
index 260e5e1..fd1b939 100644
--- a/image_creator/os_type/windows/__init__.py
+++ b/image_creator/os_type/windows/__init__.py
@@ -524,7 +524,7 @@ class Windows(OSBase):
                                   self.registry.update_uac_remote_setting, old)
 
             def if_not_sysprepped(task, *args):
-                """Only perform this if the image is not syspreped"""
+                """Only perform this if the image is not sysprepped"""
                 if not self.sysprepped:
                     task(*args)
 
-- 
GitLab