[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: Fix typos
From: |
Patrice Dumas |
Subject: |
branch master updated: Fix typos |
Date: |
Sun, 06 Oct 2024 10:41:09 -0400 |
This is an automated email from the git hooks/post-receive script.
pertusus pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new e6aceb4ccf Fix typos
e6aceb4ccf is described below
commit e6aceb4ccf6bbce20e22c8c70de44803961f67f0
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sun Oct 6 16:41:13 2024 +0200
Fix typos
---
ChangeLog | 8 ++++----
tp/t/40moresectioning.t | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index c87952b556..da1f6ea366 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -686,7 +686,7 @@
2024-08-17 Patrice Dumas <pertusus@free.fr>
* tp/Texinfo/XS/main/build_perl_info.c
- (fill_output_units_descriptor_av): store a the document descriptor
+ (fill_output_units_descriptor_av): store the document descriptor
along with output_units descriptor in the Perl output units data, as
both the document and output units list number in document are needed
to retrieve the output units list in C.
@@ -1355,7 +1355,7 @@
2024-08-14 Patrice Dumas <pertusus@free.fr>
* tp/t/test_utils.pl (test): call convert_to_texinfo for plaintext
- test as it requires lessresources, no need to set up a Parser.
+ test as it requires less resources, no need to set up a Parser.
2024-08-13 Patrice Dumas <pertusus@free.fr>
@@ -5651,7 +5651,7 @@
2024-06-26 Patrice Dumas <pertusus@free.fr>
- * tp/t/test_utils.pl (test): reset ir create output directories early.
+ * tp/t/test_utils.pl (test): reset or create output directories early.
Set parser errors only once. Do not abort if input file is not found
and $document is undef. Skip structuring and conversion with a goto
if there is no $document. Skip most of test out file output if there
@@ -7272,7 +7272,7 @@
(isolate_last_space), tp/Texinfo/XS/parsetexi/separator.c
(handle_open_brace): use a different container for brace commands args
if the brace command is of the arguments type and the spaces are in
- the info dataof the brace commands args, called
+ the info data of the brace commands args, called
brace_command_container.
2024-06-01 Patrice Dumas <pertusus@free.fr>
diff --git a/tp/t/40moresectioning.t b/tp/t/40moresectioning.t
index dac6af0aa3..ddc1d331f9 100644
--- a/tp/t/40moresectioning.t
+++ b/tp/t/40moresectioning.t
@@ -178,7 +178,7 @@ undef, {'test_file' =>
'character_and_spaces_in_refs_text.texi'}],
undef, {'test_file' => 'special_spaces_in_nodes.texi',
'skip' => ($] < 5.014) ? 'Perl too old: /a regex flag needed' : undef,
}],
# TODO for LINE SEPARATOR and PARAGRAPH SEPARATOR Perl and XS code give
-# different widtha.
+# different width.
['only_special_spaces_node',
undef, {'test_file' => 'only_special_spaces_node.texi',
'skip' => ($] < 5.018) ? 'Perl too old: LINE TABULATION in /a needed'
: undef, }],
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: Fix typos,
Patrice Dumas <=