From: Kenichi Handa Date: Wed, 14 Jun 2006 04:17:54 +0000 (+0000) Subject: (struct font): Fix typo (charet->charset). X-Git-Tag: emacs-pretest-23.0.90~8295^2~897 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e2a3f5b27dd81ce57a7155e525a957187f47d8d4;p=emacs.git (struct font): Fix typo (charet->charset). --- diff --git a/src/font.h b/src/font.h index a3926d2607e..7d672544fca 100644 --- a/src/font.h +++ b/src/font.h @@ -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;