summaryrefslogtreecommitdiffstats
path: root/doc/examples
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2011-05-04 10:26:18 +0200
committerMartin Kosek <mkosek@redhat.com>2011-05-10 08:46:57 +0200
commitbe0308cf681fbcf02f9663c7c7df877e3a29c431 (patch)
treeccdc8cf818128124cb06ec9210960fdaff36faed /doc/examples
parent16d1db499676ec7070becbb73fdf73d1af5645b3 (diff)
downloadfreeipa-be0308cf681fbcf02f9663c7c7df877e3a29c431.tar.gz
freeipa-be0308cf681fbcf02f9663c7c7df877e3a29c431.tar.xz
freeipa-be0308cf681fbcf02f9663c7c7df877e3a29c431.zip
Typos in freeIPA messages and man page
https://fedorahosted.org/freeipa/ticket/1128
Diffstat (limited to 'doc/examples')
-rw-r--r--doc/examples/examples.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/examples.py b/doc/examples/examples.py
index 0ae212601..6711492c7 100644
--- a/doc/examples/examples.py
+++ b/doc/examples/examples.py
@@ -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