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

index ab8ccd49d85bf603d5c12654164e8a95bc1a671a..4a3943251bb97ba6acef09120d52765c47677abe 100755 (executable)
@@ -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