]> 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:40 +0000 (20:18 +0000)
committervladd%bugzilla.org <>
Mon, 19 Jun 2006 20:18:40 +0000 (20:18 +0000)
checksetup.pl

index 5745c67d177486676d60cffb2d81b664879f7274..f888b39a72dc8209fd16195b155a339a0f94c44a 100755 (executable)
@@ -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