[Kimchi-devel] [PATCH] [Kimchi] Fix typo

Lucio Correia luciojhc at linux.vnet.ibm.com
Thu Mar 2 18:21:57 UTC 2017


Signed-off-by: Lucio Correia <luciojhc at linux.vnet.ibm.com>
---
 model/storagepools.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/model/storagepools.py b/model/storagepools.py
index cc4b906..3623f45 100644
--- a/model/storagepools.py
+++ b/model/storagepools.py
@@ -131,7 +131,7 @@ class StoragePoolsModel(object):
                 try:
                     pool.create(0)
                 except libvirt.libvirtError, e:
-                    msg = "Fatal: Unable to craete storage pool %s. "
+                    msg = "Fatal: Unable to create storage pool %s. "
                     wok_log.error(msg % pool_name)
                     wok_log.error("Details: %s", e.message)
                     raise Exception(error_msg)
-- 
2.7.4



More information about the Kimchi-devel mailing list