Skip to content

Commit ef2956a

Browse files
0xAXgitster
authored andcommitted
Git.pm: two minor typo fixes
Signed-off-by: Alexander Kuleshov <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 9874fca commit ef2956a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

perl/Git.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ Retrieve the integer configuration C<VARIABLE>. The return value
695695
is simple decimal number. An optional value suffix of 'k', 'm',
696696
or 'g' in the config file will cause the value to be multiplied
697697
by 1024, 1048576 (1024^2), or 1073741824 (1024^3) prior to output.
698-
It would return C<undef> if configuration variable is not defined,
698+
It would return C<undef> if configuration variable is not defined.
699699
700700
=cut
701701

@@ -704,7 +704,7 @@ sub config_int {
704704
}
705705

706706
# Common subroutine to implement bulk of what the config* family of methods
707-
# do. This curently wraps command('config') so it is not so fast.
707+
# do. This currently wraps command('config') so it is not so fast.
708708
sub _config_common {
709709
my ($opts) = shift @_;
710710
my ($self, $var) = _maybe_self(@_);

0 commit comments

Comments
 (0)