summaryrefslogtreecommitdiffstats
path: root/ipaserver
diff options
context:
space:
mode:
authorAbhijeet Kasurde <akasurde@redhat.com>2017-02-20 00:35:58 +0530
committerMartin Basti <mbasti@redhat.com>2017-02-21 15:33:23 +0100
commitcc446fb44870592f73af9c0dc2a35c5d37ce7a5c (patch)
tree51cd535615a9ff780cc78b2d9811bf83aa245605 /ipaserver
parent0fffeabe0249d9c3c11e522fccf22ddeb1197b64 (diff)
downloadfreeipa-cc446fb44870592f73af9c0dc2a35c5d37ce7a5c.tar.gz
freeipa-cc446fb44870592f73af9c0dc2a35c5d37ce7a5c.tar.xz
freeipa-cc446fb44870592f73af9c0dc2a35c5d37ce7a5c.zip
Minor typo fix in DNS install plugin
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com> Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
Diffstat (limited to 'ipaserver')
-rw-r--r--ipaserver/install/dns.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipaserver/install/dns.py b/ipaserver/install/dns.py
index ceabda980..f71830975 100644
--- a/ipaserver/install/dns.py
+++ b/ipaserver/install/dns.py
@@ -200,11 +200,11 @@ def install_check(standalone, api, replica, options, hostname):
"%s\n"
"It is possible to move DNSSEC key master role to a different "
"server by using --force option to skip this check.\n\n"
- "WARNING: You have to immediatelly copy kasp.db file to a new "
+ "WARNING: You have to immediately copy kasp.db file to a new "
"server and run command 'ipa-dns-install --dnssec-master "
"--kasp-db'.\n"
"Your DNS zones will become unavailable if you "
- "do not reinstall the DNSSEC key master role immediatelly." %
+ "do not reinstall the DNSSEC key master role immediately." %
", ".join([str(zone) for zone in dnssec_zones]))
elif options.dnssec_master: