From d600f9bb09279ce44e2c84f0a7828a316151d64d Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Thu, 5 Jun 2008 09:00:20 -0400 Subject: Fix typo 450077 --- ipa-server/ipa-install/ipa-server-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipa-server/ipa-install/ipa-server-install b/ipa-server/ipa-install/ipa-server-install index c3243e13e..0123b4e06 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." -- cgit