From badac8224cd63e9dd2c7cd415b6ebef32fa3a6ce Mon Sep 17 00:00:00 2001 From: Gabe Date: Mon, 3 Mar 2014 17:11:52 -0700 Subject: [PATCH] Typo in warning message where IPA realm and domain name differ Removed 'y' from warning message. https://fedorahosted.org/freeipa/ticket/4211 --- install/tools/ipa-server-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/tools/ipa-server-install b/install/tools/ipa-server-install index 63710d02d707d5cbaeef4c72cd8f2ee478867069..17af039899b897410803e0d34f37c566813784e9 100755 --- a/install/tools/ipa-server-install +++ b/install/tools/ipa-server-install @@ -987,7 +987,7 @@ def main(): if realm_not_matching_domain: print("WARNING: Realm name does not match the domain name.\n" "You will not be able to estabilish trusts with Active " - "Directory unless\nythe realm name of the IPA server matches " + "Directory unless\nthe realm name of the IPA server matches " "its domain name.\n\n") if not options.unattended and not user_input("Continue to configure the system with these values?", False): -- 1.8.3.1