]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 a3926d2607ebba2a74a25dfccf7512ac486c5d0f..7d672544fcad40233eba0fbd74a656b2ac2839ad 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;