Commit 4fba2f5f authored by vladd%bugzilla.org's avatar vladd%bugzilla.org

Spelling in code comments patch: 'accomodate' -> 'accommodate' in checksetup.pl;…

Spelling in code comments patch: 'accomodate' -> 'accommodate' in checksetup.pl; patch by Vlad Dascalu <vladd@bugzilla.org>.
parent bc3e035e
......@@ -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)'});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment