(struct font): Fix typo (charet->charset).
authorKenichi Handa <handa@m17n.org>
Wed, 14 Jun 2006 04:17:54 +0000 (04:17 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 14 Jun 2006 04:17:54 +0000 (04:17 +0000)
src/font.h

index a3926d2..7d67254 100644 (file)
@@ -164,7 +164,7 @@ struct font
      -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;