Commit 322eeb7c authored by vladd%bugzilla.org's avatar vladd%bugzilla.org

Spelling in code comments patch: 'addy' -> 'address' in checksetup.pl; patch by…

Spelling in code comments patch: 'addy' -> 'address' in checksetup.pl; patch by Vlad Dascalu <vladd@bugzilla.org>.
parent 96e755a0
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment