summaryrefslogtreecommitdiff
path: root/bin/lo-commit-stat
diff options
context:
space:
mode:
Diffstat (limited to 'bin/lo-commit-stat')
-rwxr-xr-xbin/lo-commit-stat2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/lo-commit-stat b/bin/lo-commit-stat
index 2e42d468b40d..e76d0c0875bf 100755
--- a/bin/lo-commit-stat
+++ b/bin/lo-commit-stat
@@ -401,7 +401,7 @@ sub print_bugs($$$$)
{
my ($pbugs, $log, $wiki) = @_;
- # sort alphabetically by bugzilla-type, but whithin that numerically
+ # sort alphabetically by bugzilla-type, but within that numerically
foreach my $bug ( sort { ($a =~ /(\D+)/)[0] cmp ($b =~ /(\D+)/)[0] ||
($a =~ /(\d+)/)[0] <=> ($b =~ /(\d+)/)[0] } keys %{$pbugs}) {
my $summary = $pbugs->{$bug}{'summary'};