From 5ad93f87c3d38b9625ef400978ffb8b39e3c43dd Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Wed, 17 Jan 2018 21:33:58 +0000 Subject: [PATCH] iconv.c: fix a misspelling in a comment --- src/iconv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/iconv.c b/src/iconv.c index 7e7d773..d7fb979 100644 --- a/src/iconv.c +++ b/src/iconv.c @@ -187,7 +187,7 @@ module_iconv (RECODE_OUTER outer) /* Declare all aliases, given they bring something we do not already know. Even then, we still declare too many useless aliases, as the - desambiguating tables are not recomputed as we go. FIXME! */ + disambiguating tables are not recomputed as we go. FIXME! */ for (cursor = aliases; *cursor; cursor++) { -- 2.40.0