From: vladd%bugzilla.org <> Date: Mon, 19 Jun 2006 19:28:49 +0000 (+0000) Subject: Spelling in code comments patch: 'overriden' -> 'overridden' in checksetup.pl; patch... X-Git-Tag: bugzilla-2.22.1~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53b1290a662c11e8ac884c8edf9b60d0f0e0a6eb;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 f9b3e7a3ae..66fdd2b13a 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -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