From 322eeb7c792ed3a2476d371a6000ddfe93a23eef Mon Sep 17 00:00:00 2001 From: "vladd%bugzilla.org" <> Date: Mon, 19 Jun 2006 20:18:40 +0000 Subject: Spelling in code comments patch: 'addy' -> 'address' in checksetup.pl; patch by Vlad Dascalu . --- checksetup.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index 5745c67d1..f888b39a7 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -4595,7 +4595,7 @@ if ($sth->rows == 0) { my $mailcheck = ""; # Here we look to see what the emailregexp is set to so we can - # check the email addy they enter. Bug 96675. If they have no + # check the email address they enter. Bug 96675. If they have no # params (likely but not always the case), we use the default. if (-e "$datadir/params") { require "$datadir/params"; # if they have a params file, use that -- cgit v1.2.3-24-g4f1b