]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Spelling in code comments patch: 'accomodate' -> 'accommodate' in checksetup.pl;...
authorvladd%bugzilla.org <>
Mon, 19 Jun 2006 19:35:35 +0000 (19:35 +0000)
committervladd%bugzilla.org <>
Mon, 19 Jun 2006 19:35:35 +0000 (19:35 +0000)
checksetup.pl

index 66fdd2b13a38d3826c4e2db25e1f87065877150c..d5823354befffd1ad86a01801670a9913cc5ceb7 100755 (executable)
@@ -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)'});