summaryrefslogtreecommitdiffstats
path: root/ipaserver/plugins/dns.py
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2016-06-19 11:03:33 +0300
committerMartin Basti <mbasti@redhat.com>2016-06-20 13:49:32 +0200
commita95e0777ac64cc8edad152f189be5347117785ef (patch)
treefa1a085b5a93d35dac42eee2d27e87085553b724 /ipaserver/plugins/dns.py
parenta540c909a7f63e7b0c19207eec69bd5914cb186e (diff)
downloadfreeipa-a95e0777ac64cc8edad152f189be5347117785ef.tar.gz
freeipa-a95e0777ac64cc8edad152f189be5347117785ef.tar.xz
freeipa-a95e0777ac64cc8edad152f189be5347117785ef.zip
Fix minor typos
Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'ipaserver/plugins/dns.py')
-rw-r--r--ipaserver/plugins/dns.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipaserver/plugins/dns.py b/ipaserver/plugins/dns.py
index 094f8eb57..86da01ac5 100644
--- a/ipaserver/plugins/dns.py
+++ b/ipaserver/plugins/dns.py
@@ -4441,7 +4441,7 @@ class dns_update_system_records(Command):
Flag(
'dry_run',
label=_('Dry run'),
- doc=_('Do not update recors only return expected records')
+ doc=_('Do not update records only return expected records')
)
)