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 --- iconvdata/iso-2022-cn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iconvdata/iso-2022-cn.c') diff --git a/iconvdata/iso-2022-cn.c b/iconvdata/iso-2022-cn.c index 73eb5e77c6..5660ead668 100644 --- a/iconvdata/iso-2022-cn.c +++ b/iconvdata/iso-2022-cn.c @@ -102,7 +102,7 @@ enum /* Since we might have to reset input pointer we must be able to save - and retore the state. */ + and restore the state. */ #define SAVE_RESET_STATE(Save) \ if (Save) \ save_set = *setp; \ -- cgit v1.2.3