From: vladd%bugzilla.org <> Date: Mon, 19 Jun 2006 19:35:57 +0000 (+0000) Subject: Spelling in code comments patch: 'accomodate' -> 'accommodate' in checksetup.pl;... X-Git-Tag: bugzilla-2.23.2~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fba2f5ffe709fe997034394b6fec8e501437065;p=thirdparty%2Fbugzilla.git Spelling in code comments patch: 'accomodate' -> 'accommodate' in checksetup.pl; patch by Vlad Dascalu . --- diff --git a/checksetup.pl b/checksetup.pl index 9ad99d02e1..15b87b4cf2 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)'});