changeset 90453:3a78ea4d2a53

(struct font): Fix typo (charet->charset).
author Kenichi Handa <handa@m17n.org>
date Wed, 14 Jun 2006 04:17:54 +0000
parents 92ed1b9edd67
children a8b745412821
files src/font.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/font.h	Wed Jun 14 00:42:18 2006 +0000
+++ b/src/font.h	Wed Jun 14 04:17:54 2006 +0000
@@ -164,7 +164,7 @@
      -1 means that the contents of the font must be looked up to
      determine it.
    */
-  int repertory_charet;
+  int repertory_charset;
 
   /* Minimum glyph width (in pixels).  */
   int min_width;