File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -695,7 +695,7 @@ Retrieve the integer configuration C<VARIABLE>. The return value
695
695
is simple decimal number. An optional value suffix of 'k', 'm',
696
696
or 'g' in the config file will cause the value to be multiplied
697
697
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.
699
699
700
700
=cut
701
701
@@ -704,7 +704,7 @@ sub config_int {
704
704
}
705
705
706
706
# 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.
708
708
sub _config_common {
709
709
my ($opts ) = shift @_ ;
710
710
my ($self , $var ) = _maybe_self(@_ );
You can’t perform that action at this time.
0 commit comments