[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Patrice Dumas |
Date: |
Mon, 27 Mar 2023 12:00:58 -0400 (EDT) |
branch: master
commit 58175d1b5830679a77020f653c70d4fe51745c32
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Mon Mar 27 17:53:49 2023 +0200
Changelog: fix typos
---
ChangeLog | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index f9d680f64e..da29cb8e21 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
2023-03-27 Patrice Dumas <pertusus@free.fr>
* tp/Texinfo/XS/parsetexi/def.c (parse_def): do not increase the
- index in the esults array, such as to have the value at that index
+ index in the result array, such as to have the value at that index
set.
2023-03-27 Patrice Dumas <pertusus@free.fr>
@@ -56,7 +56,7 @@
tp/Texinfo/XS/parsetexi/tree_types.h (DEF_ARG): return parsed
definition information as a list of DEF_ARG argument type name and
element, instead of setting the types of arguments as structure
- firelds. Remove DEF_INFO type.
+ fields. Remove DEF_INFO type.
2023-03-26 Patrice Dumas <pertusus@free.fr>