From cc446fb44870592f73af9c0dc2a35c5d37ce7a5c Mon Sep 17 00:00:00 2001 From: Abhijeet Kasurde Date: Feb 21 2017 14:33:23 +0000 Subject: Minor typo fix in DNS install plugin Signed-off-by: Abhijeet Kasurde Reviewed-By: Stanislav Laznicka --- diff --git a/ipaserver/install/dns.py b/ipaserver/install/dns.py index ceabda9..f718309 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: