diff options
author | Yuri Chornoivan <yurchor@ukr.net> | 2011-05-04 10:26:18 +0200 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2011-05-10 08:46:57 +0200 |
commit | be0308cf681fbcf02f9663c7c7df877e3a29c431 (patch) | |
tree | ccdc8cf818128124cb06ec9210960fdaff36faed /ipalib/plugins/sudocmd.py | |
parent | 16d1db499676ec7070becbb73fdf73d1af5645b3 (diff) | |
download | freeipa-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 'ipalib/plugins/sudocmd.py')
-rw-r--r-- | ipalib/plugins/sudocmd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/sudocmd.py b/ipalib/plugins/sudocmd.py index ad9f87d23..f8c4a8e79 100644 --- a/ipalib/plugins/sudocmd.py +++ b/ipalib/plugins/sudocmd.py @@ -23,7 +23,7 @@ Commands used as building blocks for sudo EXAMPLES: - Create a new commnad + Create a new command ipa sudocmd-add --desc='For reading log files' /usr/bin/less Remove a command |