From: vladd%bugzilla.org <> Date: Mon, 19 Jun 2006 19:45:34 +0000 (+0000) Subject: Spelling in code comments patch: 'summarries' -> 'summaries' in checksetup.pl; patch... X-Git-Tag: bugzilla-2.23.2~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0efa1decfa1cf8543605671fc70bc4565992251d;p=thirdparty%2Fbugzilla.git Spelling in code comments patch: 'summarries' -> 'summaries' in checksetup.pl; patch by Vlad Dascalu . --- diff --git a/checksetup.pl b/checksetup.pl index ab8ccd49d8..4a3943251b 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -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