From 0c6362adf0496a5a25d8b78534541f988ac9ce16 Mon Sep 17 00:00:00 2001 From: James E Keenan Date: Sat, 24 Dec 2022 20:35:02 +0000 Subject: Correct typos as per GH 20435 In GH 20435 many typos in our C code were corrected. However, this pull request was not applied to blead and developed merge conflicts. I extracted diffs for the individual modified files and applied them with 'git apply', excepting four files where patch conflicts were reported. Those files were: handy.h locale.c regcomp.c toke.c We can handle these in a subsequent commit. Also, had to run these two programs to keep 'make test_porting' happy: $ ./perl -Ilib regen/uconfig_h.pl $ ./perl -Ilib regen/regcomp.pl regnodes.h --- uconfig.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'uconfig.h') diff --git a/uconfig.h b/uconfig.h index 7099da9533..91809932b5 100644 --- a/uconfig.h +++ b/uconfig.h @@ -3594,7 +3594,7 @@ /* HAS_WCSXFRM: * This symbol, if defined, indicates that the wcsxfrm routine is - * available to tranform a wide character string for wcscmp(). + * available to transform a wide character string for wcscmp(). */ /*#define HAS_WCSXFRM / **/ @@ -5376,6 +5376,6 @@ #endif /* Generated from: - * 87bdd73bd78f6ebe0bf3b7bc0897da3ed460fceee0bc2e61363ef5e24db55bb2 config_h.SH + * 8cb1765533e123c379f0207fc2a4f75df4be3e84be3a0da71ab37bcf00e13a46 config_h.SH * 9c5779a38fbba64b0a5dcf7ce548120a29ea5039350102827f500c812bda10b2 uconfig.sh * ex: set ro: */ -- cgit v1.2.1