Skip to content

Commit f81935c

Browse files
committed
perl/Git.pm: typofix in a comment
No change of behaviour intended. Signed-off-by: Junio C Hamano <[email protected]>
1 parent 840ed14 commit f81935c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perl/Git.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ If TIME is not supplied, the current local time is used.
531531
=cut
532532

533533
sub get_tz_offset {
534-
# some systmes don't handle or mishandle %z, so be creative.
534+
# some systems don't handle or mishandle %z, so be creative.
535535
my $t = shift || time;
536536
my $gm = timegm(localtime($t));
537537
my $sign = qw( + + - )[ $gm <=> $t ];

0 commit comments

Comments
 (0)