From 59d1ad50a066f60fa1cc321ed3956a9a98b9bbfb Mon Sep 17 00:00:00 2001 From: JT Smith Date: Sun, 5 Jan 2003 18:34:23 +0000 Subject: [PATCH] Fixed a typo. --- sbin/upgrade.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/upgrade.pl b/sbin/upgrade.pl index 3f027866e..52f4a76df 100644 --- a/sbin/upgrade.pl +++ b/sbin/upgrade.pl @@ -39,7 +39,7 @@ if ($ARGV[0] ne "--doit") { print "\tmysqlDump = $mysqldump\n"; print "\tbackupPath = $backupDir\n"; print "\n"; - print "Use the following command to being the upgrade.\n"; + print "Use the following command to begin the upgrade.\n"; print "\n"; print "\tperl $0 --doit\n"; print "\n";