summaryrefslogtreecommitdiffstats
path: root/doc
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
parent16d1db499676ec7070becbb73fdf73d1af5645b3 (diff)
downloadfreeipa.git-be0308cf681fbcf02f9663c7c7df877e3a29c431.tar.gz
freeipa.git-be0308cf681fbcf02f9663c7c7df877e3a29c431.tar.xz
freeipa.git-be0308cf681fbcf02f9663c7c7df877e3a29c431.zip
Typos in freeIPA messages and man page
https://fedorahosted.org/freeipa/ticket/1128
Diffstat (limited to 'doc')
-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 0ae21260..6711492c 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