[virt-tools-list] [virt-manager PATCH] createinterface: fix a typo
Chen Hanxiao
chenhanxiao at cn.fujitsu.com
Thu Jun 4 03:14:36 UTC 2015
s/selectabel/selectable
Signed-off-by: Chen Hanxiao <chenhanxiao at cn.fujitsu.com>
---
Note: pushed as trivial.
virtManager/createinterface.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtManager/createinterface.py b/virtManager/createinterface.py
index ab2d8ed..2e0cdb8 100644
--- a/virtManager/createinterface.py
+++ b/virtManager/createinterface.py
@@ -211,7 +211,7 @@ class vmmCreateInterface(vmmGObjectUI):
# Parent/slave Interface list
slave_list = self.widget("interface-list")
- # [ vmmInterface, selected, selectabel, name, type, is defined,
+ # [ vmmInterface, selected, selectable, name, type, is defined,
# is active, in use by str, mac]
slave_model = Gtk.ListStore(object, bool, bool, str, str, bool, bool,
str, str)
--
2.1.0
More information about the virt-tools-list
mailing list