From f24a6d086b96a65a73c68ecf349b03321cb03720 Mon Sep 17 00:00:00 2001 From: Ondřej Bílka Date: Fri, 30 Aug 2013 18:09:30 +0200 Subject: Fix then/than typos. --- locale/programs/linereader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'locale/programs/linereader.h') diff --git a/locale/programs/linereader.h b/locale/programs/linereader.h index e0475a2ef7..4e4fe9d874 100644 --- a/locale/programs/linereader.h +++ b/locale/programs/linereader.h @@ -49,7 +49,7 @@ struct token struct { /* This element is sized on the safe expectation that no single - character in any character set uses more then 16 bytes. */ + character in any character set uses more than 16 bytes. */ unsigned char bytes[16]; int nbytes; } charcode; -- cgit 1.4.1