From 64a3124d928f337011cad137c2c059f1ef064377 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 17 Aug 2017 16:41:20 +0200 Subject: Fix typos Change-Id: Iaa9c0aea3ea1a239e378bd714ba335f91bb1faf3 Reviewed-on: https://gerrit.libreoffice.org/41194 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- bin/lo-commit-stat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/lo-commit-stat') 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'}; -- cgit