[virt-tools-list] [PATCH virt-manager] details.py: fix typo
Giuseppe Scrivano
gscrivan at redhat.com
Tue Jun 24 12:02:51 UTC 2014
s|removeable|removable|
Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1112629
Signed-off-by: Giuseppe Scrivano <gscrivan at redhat.com>
---
virtManager/details.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtManager/details.py b/virtManager/details.py
index dd43259..d3826e5 100644
--- a/virtManager/details.py
+++ b/virtManager/details.py
@@ -2166,7 +2166,7 @@ class vmmDetails(vmmGObjectUI):
kwargs["shareable"] = self.widget("disk-shareable").get_active()
if self.edited(EDIT_DISK_REMOVABLE):
- kwargs["removeable"] = bool(
+ kwargs["removable"] = bool(
self.widget("disk-removable").get_active())
if self.edited(EDIT_DISK_CACHE):
--
1.9.3
More information about the virt-tools-list
mailing list