summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorvladd%bugzilla.org <>2006-06-19 22:18:40 +0200
committervladd%bugzilla.org <>2006-06-19 22:18:40 +0200
commit322eeb7c792ed3a2476d371a6000ddfe93a23eef (patch)
tree2c2dbff5a12754d41cfe5f044f841df0b5951c35 /checksetup.pl
parent96e755a0103903d71643977f7ed0d682e01ef37d (diff)
downloadbugzilla-322eeb7c792ed3a2476d371a6000ddfe93a23eef.tar.gz
bugzilla-322eeb7c792ed3a2476d371a6000ddfe93a23eef.tar.xz
Spelling in code comments patch: 'addy' -> 'address' in checksetup.pl; patch by Vlad Dascalu <vladd@bugzilla.org>.
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl2
1 files changed, 1 insertions, 1 deletions
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