From: vladd%bugzilla.org <> Date: Mon, 19 Jun 2006 20:18:59 +0000 (+0000) Subject: Spelling in code comments patch: 'addy' -> 'address' in checksetup.pl; patch by Vlad... X-Git-Tag: bugzilla-2.22.1~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70f7d2f257a90e81829e38804329c40f026b9c87;p=thirdparty%2Fbugzilla.git Spelling in code comments patch: 'addy' -> 'address' in checksetup.pl; patch by Vlad Dascalu . --- diff --git a/checksetup.pl b/checksetup.pl index 9ee6b6550f..3484bec970 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -4488,7 +4488,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