]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Spelling in code comments patch: 'overriden' -> 'overridden' in checksetup.pl; patch...
authorvladd%bugzilla.org <>
Mon, 19 Jun 2006 19:29:16 +0000 (19:29 +0000)
committervladd%bugzilla.org <>
Mon, 19 Jun 2006 19:29:16 +0000 (19:29 +0000)
checksetup.pl

index 7e77ac71148189b0d549408109fbdd246570ab29..9ad99d02e1c6f8ef61dabe5be562c2e64f9af950 100755 (executable)
@@ -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