[virt-tools-list] [virt-manager PATCH] host: fix a typo

Chen Hanxiao chenhanxiao at cn.fujitsu.com
Wed May 21 09:03:58 UTC 2014


s/Starmode/Startmode

Signed-off-by: Chen Hanxiao <chenhanxiao at cn.fujitsu.com>
---
Note: pushed as trivial.

 virtManager/host.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtManager/host.py b/virtManager/host.py
index 428edcb..0884834 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"))
 
-- 
1.9.0




More information about the virt-tools-list mailing list