URL: https://github.com/freeipa/freeipa/pull/481
Author: Akasurde
 Title: #481: Minor typo fix in DNS install plugin
Action: opened

PR body:
"""
Signed-off-by: Abhijeet Kasurde <akasu...@redhat.com>
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/481/head:pr481
git checkout pr481
From d82c65308ffe8a315f0993cb7b9193fc9140b51a Mon Sep 17 00:00:00 2001
From: Abhijeet Kasurde <akasu...@redhat.com>
Date: Mon, 20 Feb 2017 00:35:58 +0530
Subject: [PATCH] Minor typo fix in DNS install plugin

Signed-off-by: Abhijeet Kasurde <akasu...@redhat.com>
---
 ipaserver/install/dns.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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:
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

Reply via email to