[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Gavin D. Smith |
Date: |
Fri, 12 Mar 2021 16:31:10 -0500 (EST) |
branch: master
commit 5ecd5556732f01e9451b7c6115d039b3467093d4
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Fri Mar 12 19:49:11 2021 +0000
fix typo
---
tp/Texinfo/XS/parsetexi/api.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tp/Texinfo/XS/parsetexi/api.c b/tp/Texinfo/XS/parsetexi/api.c
index 2189de6..4ad00d1 100644
--- a/tp/Texinfo/XS/parsetexi/api.c
+++ b/tp/Texinfo/XS/parsetexi/api.c
@@ -57,7 +57,7 @@ find_locales_dir (char *builddir)
dTHX;
/* Can't use asprintf here, because it might come from Gnulib, and
- will then use malloc that is different from Perl's malloc, wheres
+ will then use malloc that is different from Perl's malloc, whereas
free below is redirected to Perl's implementation. This could
cause crashes if the two malloc/free implementations were different. */
s = malloc (strlen (builddir) + strlen ("/LocaleData") + 1);