diff --git a/webtools/bugzilla/checksetup.pl b/webtools/bugzilla/checksetup.pl index b4daf7ebe04..7e77ac71148 100755 --- a/webtools/bugzilla/checksetup.pl +++ b/webtools/bugzilla/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";