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
695695is simple decimal number. An optional value suffix of 'k', 'm',
696696or 'g' in the config file will cause the value to be multiplied
697697by 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.
708708sub _config_common {
709709 my ($opts ) = shift @_ ;
710710 my ($self , $var ) = _maybe_self(@_ );
You can’t perform that action at this time.
0 commit comments