From bc3e035e6ccffe5a2d1e26da78bcd2d3c4fab362 Mon Sep 17 00:00:00 2001 From: "vladd%bugzilla.org" <> Date: Mon, 19 Jun 2006 19:29:16 +0000 Subject: Spelling in code comments patch: 'overriden' -> 'overridden' in checksetup.pl; patch by Vlad Dascalu . --- checksetup.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index 7e77ac711..9ad99d02e 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 -- cgit v1.2.3-24-g4f1b