]> 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:28:49 +0000 (19:28 +0000)
committervladd%bugzilla.org <>
Mon, 19 Jun 2006 19:28:49 +0000 (19:28 +0000)
checksetup.pl

index f9b3e7a3ae768e89c6b2161e1c70f19b536d9185..66fdd2b13a38d3826c4e2db25e1f87065877150c 100755 (executable)
@@ -1059,7 +1059,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
@@ -1075,7 +1075,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