osdict: fix a typo

s/inheiriting/inheriting

Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
This commit is contained in:
Chen Hanxiao 2014-03-25 22:34:35 +08:00
parent c676f50902
commit e4e39b777d

View File

@ -180,7 +180,7 @@ class _OSVariant(object):
it is still pretty useful, so we fake it here. New types should it is still pretty useful, so we fake it here. New types should
not be added often. not be added often.
@parent: Name of a pre-created variant that we want to extend. So @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. values.
@typename: The family of the OS, e.g. "linux", "windows", "unix". @typename: The family of the OS, e.g. "linux", "windows", "unix".
@sortby: A different key to use for sorting the distro list. By default @sortby: A different key to use for sorting the distro list. By default