Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Git.pm: two minor typo fixes
author
Alexander Kuleshov
<kuleshovmail@gmail.com>
Wed, 18 Feb 2015 17:32:20 +0000
(23:32 +0600)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 18 Feb 2015 20:29:00 +0000
(12:29 -0800)
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
perl/Git.pm
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
9874fca
)
diff --git
a/perl/Git.pm
b/perl/Git.pm
index b5905ee1ad03fe9973e3cf7d46fa29c5cf184215..9026a7bb980a984086a62536f46ec3837588f277 100644
(file)
--- a/
perl/Git.pm
+++ b/
perl/Git.pm
@@
-695,7
+695,7
@@
sub config_path {
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.
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
=cut
@@
-704,7
+704,7
@@
sub config_int {
}
# Common subroutine to implement bulk of what the config* family of methods
}
# 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 cur
r
ently wraps command('config') so it is not so fast.
sub _config_common {
my ($opts) = shift @_;
my ($self, $var) = _maybe_self(@_);
sub _config_common {
my ($opts) = shift @_;
my ($self, $var) = _maybe_self(@_);