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

Chen Hanxiao chen_han_xiao at 126.com
Tue Mar 25 14:32:26 UTC 2014


From: Chen Hanxiao <chenhanxiao at cn.fujitsu.com>

s/inheiriting/inheriting

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

 virtinst/osdict.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtinst/osdict.py b/virtinst/osdict.py
index ded906b..a70e28a 100644
--- a/virtinst/osdict.py
+++ b/virtinst/osdict.py
@@ -180,7 +180,7 @@ class _OSVariant(object):
         it is still pretty useful, so we fake it here. New types should
         not be added often.
     @parent: Name of a pre-created variant that we want to extend. So
-        fedoraFOO would have parent fedoraFOO-1. It's used for inheiriting
+        fedoraFOO would have parent fedoraFOO-1. It's used for inheriting
         values.
     @typename: The family of the OS, e.g. "linux", "windows", "unix".
     @sortby: A different key to use for sorting the distro list. By default
-- 
1.8.5.3





More information about the virt-tools-list mailing list