From f81935cc4d16e6a346294ea2cd21e0751846b63a Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Mon, 7 Aug 2017 15:15:57 -0700 Subject: perl/Git.pm: typofix in a comment No change of behaviour intended. Signed-off-by: Junio C Hamano --- perl/Git.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl') diff --git a/perl/Git.pm b/perl/Git.pm index 864123fe8..dd72d6340 100644 --- a/perl/Git.pm +++ b/perl/Git.pm @@ -531,7 +531,7 @@ If TIME is not supplied, the current local time is used. =cut sub get_tz_offset { - # some systmes don't handle or mishandle %z, so be creative. + # some systems don't handle or mishandle %z, so be creative. my $t = shift || time; my $gm = timegm(localtime($t)); my $sign = qw( + + - )[ $gm <=> $t ]; -- cgit v1.2.1