summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorvladd%bugzilla.org <>2006-06-19 21:35:57 +0200
committervladd%bugzilla.org <>2006-06-19 21:35:57 +0200
commit4fba2f5ffe709fe997034394b6fec8e501437065 (patch)
tree1d2eb31b200cbbcd419e95862ce778498177083d /checksetup.pl
parentbc3e035e6ccffe5a2d1e26da78bcd2d3c4fab362 (diff)
downloadbugzilla-4fba2f5ffe709fe997034394b6fec8e501437065.tar.gz
bugzilla-4fba2f5ffe709fe997034394b6fec8e501437065.tar.xz
Spelling in code comments patch: 'accomodate' -> 'accommodate' 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 9ad99d02e..15b87b4cf 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -2613,7 +2613,7 @@ $dbh->bz_drop_column("profiles", "emailnotification");
$dbh->bz_drop_column("profiles", "newemailtech");
-# 2003-11-19; chicks@chicks.net; bug 225973: fix field size to accomodate
+# 2003-11-19; chicks@chicks.net; bug 225973: fix field size to accommodate
# wider algorithms such as Blowfish. Note that this needs to be run
# before recrypting passwords in the following block.
$dbh->bz_alter_column('profiles', 'cryptpassword', {TYPE => 'varchar(128)'});