summaryrefslogtreecommitdiffstats
path: root/install/tools/ipa-server-install
diff options
context:
space:
mode:
authorGabe <redhatrises@gmail.com>2014-03-03 17:11:52 -0700
committerPetr Viktorin <pviktori@redhat.com>2014-03-05 09:58:16 +0100
commitb50cdd55af8af7fdf30a822dce03af68969ddfe6 (patch)
tree7800e6d7fb917a3937be06d7bae5c511deedfeee /install/tools/ipa-server-install
parentfa5cbe7cb2b30b055adfc68d160ddcfa1cec7b39 (diff)
downloadfreeipa-b50cdd55af8af7fdf30a822dce03af68969ddfe6.tar.gz
freeipa-b50cdd55af8af7fdf30a822dce03af68969ddfe6.tar.xz
freeipa-b50cdd55af8af7fdf30a822dce03af68969ddfe6.zip
Typo in warning message where IPA realm and domain name differ
Removed 'y' from warning message. https://fedorahosted.org/freeipa/ticket/4211 Reviewed-By: Simo Sorce <ssorce@redhat.com>
Diffstat (limited to 'install/tools/ipa-server-install')
-rwxr-xr-xinstall/tools/ipa-server-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/tools/ipa-server-install b/install/tools/ipa-server-install
index 63710d02d..17af03989 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):