Commit 0efa1dec authored by vladd%bugzilla.org's avatar vladd%bugzilla.org

Spelling in code comments patch: 'summarries' -> 'summaries' in checksetup.pl;…

Spelling in code comments patch: 'summarries' -> 'summaries' in checksetup.pl; patch by Vlad Dascalu <vladd@bugzilla.org>.
parent 9d55d1c0
......@@ -4323,7 +4323,7 @@ if ($dbh->bz_column_info('flags', 'id')->{'TYPE'} eq 'INT3') {
# short_desc should not be a mediumtext, fix anything longer than 255 chars.
if($dbh->bz_column_info('bugs', 'short_desc')->{TYPE} eq 'MEDIUMTEXT') {
# Move extremely long summarries into a comment ("from" the Reporter),
# Move extremely long summaries into a comment ("from" the Reporter),
# and then truncate the summary.
my $long_summary_bugs = $dbh->selectall_arrayref(
'SELECT bug_id, short_desc, reporter
......
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