diff options
Diffstat (limited to 'extra/charset2html.c')
-rw-r--r-- | extra/charset2html.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/charset2html.c b/extra/charset2html.c index cafac2c1cd5..5851f206a1c 100644 --- a/extra/charset2html.c +++ b/extra/charset2html.c @@ -97,7 +97,7 @@ static void print_cs(CHARSET_INFO *cs) { /* Control characters 0x0080..0x009F are dysplayed by some - browers as if they were letters. Don't print them to + browsers as if they were letters. Don't print them to avoid confusion. */ printf("<TD>ctrl<TD>ctrl<TD>ctrl"); |