Typos in freeIPA messages and man page

https://fedorahosted.org/freeipa/ticket/1128
This commit is contained in:
Yuri Chornoivan
2011-05-04 10:26:18 +02:00
committed by Martin Kosek
parent 16d1db4996
commit be0308cf68
7 changed files with 12 additions and 12 deletions

View File

@@ -62,7 +62,7 @@ def validate_name(ugettext, name):
class exhelloworld(Command):
"""
Example commnad: Hello world!
Example command: Hello world!
"""
# takes_args is an attribute of Command. It's a tuple containing
# instances of Param (or its subclasses such as Str) that define