Skip to content

Commit

Permalink
Merge branch 'ak/git-pm-typofix'
Browse files Browse the repository at this point in the history
Typofix in comments.

* ak/git-pm-typofix:
  Git.pm: two minor typo fixes
  • Loading branch information
Junio C Hamano committed Feb 25, 2015
2 parents b4e8fef + ef2956a commit 767f000
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions perl/Git.pm
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ Retrieve the integer configuration C<VARIABLE>. The return value
is simple decimal number. An optional value suffix of 'k', 'm',
or 'g' in the config file will cause the value to be multiplied
by 1024, 1048576 (1024^2), or 1073741824 (1024^3) prior to output.
It would return C<undef> if configuration variable is not defined,
It would return C<undef> if configuration variable is not defined.
=cut

Expand All @@ -704,7 +704,7 @@ sub config_int {
}

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

0 comments on commit 767f000

Please sign in to comment.