From 0b21c96d34810ebf874d3285e80519757407073f Mon Sep 17 00:00:00 2001 From: Chen Hanxiao Date: Wed, 21 May 2014 16:41:30 +0800 Subject: [PATCH] host: fix a typo s/Starmode/Startmode Signed-off-by: Chen Hanxiao --- virtManager/host.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtManager/host.py b/virtManager/host.py index 428edcb8..0884834e 100644 --- a/virtManager/host.py +++ b/virtManager/host.py @@ -240,7 +240,7 @@ class vmmHost(vmmGObjectUI): self.widget("interface-list").append_column(interfaceCol) interfaceListModel.set_sort_column_id(1, Gtk.SortType.ASCENDING) - # Starmode combo + # Startmode combo vmmCreateInterface.build_interface_startmode_combo( self.widget("interface-startmode"))