From: vladd%bugzilla.org <> Date: Mon, 19 Jun 2006 19:29:16 +0000 (+0000) Subject: Spelling in code comments patch: 'overriden' -> 'overridden' in checksetup.pl; patch... X-Git-Tag: bugzilla-2.23.2~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc3e035e6ccffe5a2d1e26da78bcd2d3c4fab362;p=thirdparty%2Fbugzilla.git Spelling in code comments patch: 'overriden' -> 'overridden' in checksetup.pl; patch by Vlad Dascalu . --- diff --git a/checksetup.pl b/checksetup.pl index 7e77ac7114..9ad99d02e1 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -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