Skip to content

Commit 0e544bf

Browse files
committed
Merge branch 'jc/perl-git-comment-typofix'
A comment fix. * jc/perl-git-comment-typofix: perl/Git.pm: typofix in a comment
2 parents 6e14df9 + f81935c commit 0e544bf

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
@@ -532,7 +532,7 @@ If TIME is not supplied, the current local time is used.
532532
=cut
533533

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

0 commit comments

Comments
 (0)