summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl4
1 files changed, 2 insertions, 2 deletions
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";