summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorvladd%bugzilla.org <>2006-06-19 21:45:34 +0200
committervladd%bugzilla.org <>2006-06-19 21:45:34 +0200
commit0efa1decfa1cf8543605671fc70bc4565992251d (patch)
tree8912513ebafbfdb45ea0b1c24b56d4dec8de6a82 /checksetup.pl
parent9d55d1c08d8dcc345c5c33778135bb00bfbed851 (diff)
downloadbugzilla-0efa1decfa1cf8543605671fc70bc4565992251d.tar.gz
bugzilla-0efa1decfa1cf8543605671fc70bc4565992251d.tar.xz
Spelling in code comments patch: 'summarries' -> 'summaries' in checksetup.pl; patch by Vlad Dascalu <vladd@bugzilla.org>.
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/checksetup.pl b/checksetup.pl
index ab8ccd49d..4a3943251 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