From e64d1b370f305922d14791b3a4ab172e8f8c4a9b Mon Sep 17 00:00:00 2001 From: "vladd%bugzilla.org" <> Date: Mon, 19 Jun 2006 19:26:14 +0000 Subject: Spelling in code comments patch: 'anyeay' -> 'anyway', 'Its' -> 'It's', 'its' -> 'it's' in checksetup.pl; patch by Vlad Dascalu . --- checksetup.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index b4daf7ebe..7e77ac711 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -1104,8 +1104,8 @@ END chmod $fileperm, "Bugzilla/.htaccess"; } # Even though $datadir may not (and should not) be in the webtree, - # we can't know for sure, so create the .htaccess anyeay. Its harmless - # if its not accessible... + # we can't know for sure, so create the .htaccess anyway. It's harmless + # if it's not accessible... if (!-e "$datadir/.htaccess") { print "Creating $datadir/.htaccess...\n"; open HTACCESS, '>', "$datadir/.htaccess"; -- cgit v1.2.3-24-g4f1b