From: vladd%bugzilla.org <> Date: Mon, 19 Jun 2006 19:35:35 +0000 (+0000) Subject: Spelling in code comments patch: 'accomodate' -> 'accommodate' in checksetup.pl;... X-Git-Tag: bugzilla-2.22.1~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0e23c221375add38cd586b28c28443a849f6e85;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 66fdd2b13a..d5823354be 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -2578,7 +2578,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)'});