Fix spelling errors in messages shown to users
Reported-by: Jens Schleusener <Jens.Schleusener@fossies.org> Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
4dc8b1c114
commit
96c0caf5e3
@@ -600,7 +600,7 @@ my $cvs = CVSconn->new($opt_d, $cvs_tree);
|
||||
sub pdate($) {
|
||||
my ($d) = @_;
|
||||
m#(\d{2,4})/(\d\d)/(\d\d)\s(\d\d):(\d\d)(?::(\d\d))?#
|
||||
or die "Unparseable date: $d\n";
|
||||
or die "Unparsable date: $d\n";
|
||||
my $y=$1;
|
||||
$y+=100 if $y<70;
|
||||
$y+=1900 if $y<1000;
|
||||
|
||||
Reference in New Issue
Block a user