]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Spelling in code comments patch: 'addy' -> 'address' in checksetup.pl; patch by Vlad...
authorvladd%bugzilla.org <>
Mon, 19 Jun 2006 20:18:59 +0000 (20:18 +0000)
committervladd%bugzilla.org <>
Mon, 19 Jun 2006 20:18:59 +0000 (20:18 +0000)
checksetup.pl

index 9ee6b6550f0df6a910f625076d13cc0953500165..3484bec970656ee1d57a9702fca51346af2a01f0 100755 (executable)
@@ -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