]> 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:57 +0000 (19:35 +0000)
committervladd%bugzilla.org <>
Mon, 19 Jun 2006 19:35:57 +0000 (19:35 +0000)
checksetup.pl

index 9ad99d02e1c6f8ef61dabe5be562c2e64f9af950..15b87b4cf2177998b5d76f1aef3577ea5ca4b7c2 100755 (executable)
@@ -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)'});