summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorvladd%bugzilla.org <>2006-06-19 21:26:14 +0200
committervladd%bugzilla.org <>2006-06-19 21:26:14 +0200
commite64d1b370f305922d14791b3a4ab172e8f8c4a9b (patch)
tree44233eec4258b58cfdaafb8e52d9500a156c29c0 /checksetup.pl
parent47d3402f28137e9f6c3cd0f1792177c00dee189d (diff)
downloadbugzilla-e64d1b370f305922d14791b3a4ab172e8f8c4a9b.tar.gz
bugzilla-e64d1b370f305922d14791b3a4ab172e8f8c4a9b.tar.xz
Spelling in code comments patch: 'anyeay' -> 'anyway', 'Its' -> 'It's', 'its' -> 'it's' in checksetup.pl; patch by Vlad Dascalu <vladd@bugzilla.org>.
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";