From d600f9bb09279ce44e2c84f0a7828a316151d64d Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Jun 05 2008 13:00:20 +0000 Subject: Fix typo 450077 --- diff --git a/ipa-server/ipa-install/ipa-server-install b/ipa-server/ipa-install/ipa-server-install index c3243e1..0123b4e 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."