From 382466e04e347d3b3fa221897efb8f4cdc239105 Mon Sep 17 00:00:00 2001 From: Ondřej Bílka Date: Fri, 30 Aug 2013 14:32:07 +0200 Subject: Fix typos. --- iconvdata/gbbig5.c | 2 +- iconvdata/iso-2022-jp.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'iconvdata') diff --git a/iconvdata/gbbig5.c b/iconvdata/gbbig5.c index c08a2c1e65..bb75fa7b7d 100644 --- a/iconvdata/gbbig5.c +++ b/iconvdata/gbbig5.c @@ -22,7 +22,7 @@ #include /* - * This module does convertions between gb2312 and big5 encodings. + * This module does conversions between gb2312 and big5 encodings. * It is necessary because gb2312 encoding use simplified chinese, * while big5 use traditional one. Often times both the simplified * version of a chinese character and its traditional counterpart diff --git a/iconvdata/iso-2022-jp.c b/iconvdata/iso-2022-jp.c index ce66121380..7fb513fea9 100644 --- a/iconvdata/iso-2022-jp.c +++ b/iconvdata/iso-2022-jp.c @@ -271,7 +271,7 @@ gconv_end (struct __gconv_step *data) if (__builtin_expect (ch, 0) == ESC) \ { \ /* We now must be prepared to read two to three more \ - chracters. If we have a match in the first character but \ + characters. If we have a match in the first character but \ then the input buffer ends we terminate with an error since \ we must not risk missing an escape sequence just because it \ is not entirely in the current input buffer. */ \ -- cgit 1.4.1