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

Spelling in code comments patch: 'overriden' -> 'overridden' in checksetup.pl;…

Spelling in code comments patch: 'overriden' -> 'overridden' in checksetup.pl; patch by Vlad Dascalu <vladd@bugzilla.org>.
parent e64d1b37
......@@ -1110,7 +1110,7 @@ END
print "Creating $datadir/.htaccess...\n";
open HTACCESS, '>', "$datadir/.htaccess";
print HTACCESS <<'END';
# nothing in this directory is retrievable unless overriden by an .htaccess
# nothing in this directory is retrievable unless overridden by an .htaccess
# in a subdirectory; the only exception is duplicates.rdf, which is used by
# duplicates.xul and must be loadable over the web
deny from all
......@@ -1126,7 +1126,7 @@ END
print "Creating $templatedir/.htaccess...\n";
open HTACCESS, '>', "$templatedir/.htaccess";
print HTACCESS <<'END';
# nothing in this directory is retrievable unless overriden by an .htaccess
# nothing in this directory is retrievable unless overridden by an .htaccess
# in a subdirectory
deny from all
END
......
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