diff lib/iconv_open.c @ 16358:a712776b11ce

maint: spelling fixes
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 05 Feb 2012 13:42:03 -0800 (2012-02-05)
parents 8250f2777afc
children bb182ee4a09d
line wrap: on
line diff
--- a/lib/iconv_open.c
+++ b/lib/iconv_open.c
@@ -57,7 +57,7 @@
      iconv() to these encoding inserts a BOM, which is wrong.
      We do not need to handle conversion between arbitrary encodings and
      UTF-{16,32}{BE,LE}, because the 'striconveh' module implements two-step
-     conversion throough UTF-8.
+     conversion through UTF-8.
      The _ICONV_* constants are chosen to be disjoint from any iconv_t
      returned by the system's iconv_open() functions.  Recall that iconv_t
      is a scalar type.  */