Commit e64d1b37 authored by vladd%bugzilla.org's avatar vladd%bugzilla.org

Spelling in code comments patch: 'anyeay' -> 'anyway', 'Its' -> 'It's', 'its' ->…

Spelling in code comments patch: 'anyeay' -> 'anyway', 'Its' -> 'It's', 'its' -> 'it's' in checksetup.pl; patch by Vlad Dascalu <vladd@bugzilla.org>.
parent 47d3402f
......@@ -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";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment