summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2008-06-05 09:00:20 -0400
committerRob Crittenden <rcritten@redhat.com>2008-06-05 09:00:54 -0400
commit89cb450a9010096ccbff4d2dfa14309e949b9c92 (patch)
tree57293f743d1249c8851cfd7d4faa904ea3f6232f
parent31054b5ebd53a9bf57a1e847d1cb232eb27d3b69 (diff)
downloadfreeipa-89cb450a9010096ccbff4d2dfa14309e949b9c92.tar.gz
freeipa-89cb450a9010096ccbff4d2dfa14309e949b9c92.tar.xz
freeipa-89cb450a9010096ccbff4d2dfa14309e949b9c92.zip
Fix typo
450077
-rw-r--r--ipa-server/ipa-install/ipa-server-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-server/ipa-install/ipa-server-install b/ipa-server/ipa-install/ipa-server-install
index c3243e13..0123b4e0 100644
--- a/ipa-server/ipa-install/ipa-server-install
+++ b/ipa-server/ipa-install/ipa-server-install
@@ -334,7 +334,7 @@ def main():
if options.uninstall:
if not options.unattended:
print "\nThis is a NON REVERSIBLE operation and will delete all data and configuration!\n"
- yesno = raw_input("Are you sure you want to continue with the uninstall proceedure?:[NO/yes] ")
+ yesno = raw_input("Are you sure you want to continue with the uninstall procedure?:[NO/yes] ")
if not yesno or yesno.lower() != "yes":
print ""
print "Aborting uninstall operation."