[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Patrice Dumas |
Date: |
Sun, 20 Oct 2024 18:04:57 -0400 (EDT) |
branch: master
commit 74eabf4b97f21a903e4486fffb951fb6031bfee2
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sun Oct 20 23:44:28 2024 +0200
* tp/Texinfo/Report.pm (new, clear): fix key names.
---
ChangeLog | 4 ++++
tp/Texinfo/Report.pm | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 25ef585643..95c19b80df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,10 @@
* README-hacking: suggest running autopoint instead of gettextize
and using --dry-run option
+2024-10-20 Patrice Dumas <pertusus@free.fr>
+
+ * tp/Texinfo/Report.pm (new, clear): fix key names.
+
2024-10-20 Patrice Dumas <pertusus@free.fr>
* tp/Texinfo/ParserNonXS.pm (_initialize_parsing): merge parser and
diff --git a/tp/Texinfo/Report.pm b/tp/Texinfo/Report.pm
index f1c3a012fe..595b9f1c50 100644
--- a/tp/Texinfo/Report.pm
+++ b/tp/Texinfo/Report.pm
@@ -50,7 +50,7 @@ sub __p($$) {
sub new()
{
my $self = {'errors_warnings' => [],
- 'errors_nrs' => 0,};
+ 'error_nrs' => 0,};
bless $self;
return $self;
}
@@ -66,7 +66,7 @@ sub clear($)
{
my $self = shift;
$self->{'errors_warnings'} = [];
- $self->{'errors_nrs'} = 0;
+ $self->{'error_nrs'} = 0;
}
# add an already formatted/setup message