s/selectabel/selectable Signed-off-by: Chen Hanxiao <chenhanxiao@xxxxxxxxxxxxxx> --- 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 _______________________________________________ virt-tools-list mailing list virt-tools-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/virt-tools-list