From f58a8c1c15d8b5d8a08e8553f82867202b88a5cc Mon Sep 17 00:00:00 2001 From: Paul Pluzhnikov Date: Sat, 27 May 2023 06:48:33 +0000 Subject: Fix misspellings in iconv/ and iconvdata/ -- BZ 25337 All the changes are in comments or '#error' messages. Applying this commit results in bit-identical rebuild of iconvdata/*.so Reviewed-by: Florian Weimer --- iconv/gconv_charset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iconv/gconv_charset.h') diff --git a/iconv/gconv_charset.h b/iconv/gconv_charset.h index 00744aa..07815b0 100644 --- a/iconv/gconv_charset.h +++ b/iconv/gconv_charset.h @@ -48,7 +48,7 @@ /* This function copies in-order, characters from the source 's' that are - either alpha-numeric or one in one of these: "_-.,:/" - into the destination + either alphanumeric or one in one of these: "_-.,:/" - into the destination 'wp' while dropping all other characters. In the process, it converts all alphabetical characters to upper case. It then appends up to two '/' characters so that the total number of '/'es in the destination is 2. */ -- cgit v1.1