aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2006-06-14 04:17:54 +0000
committerKenichi Handa2006-06-14 04:17:54 +0000
commite2a3f5b27dd81ce57a7155e525a957187f47d8d4 (patch)
tree560d6fd6fcf81526c9bcbb981e927154a8cad47e /src
parent0885c8b38516873f6e7f6b5376e748491c3df629 (diff)
downloademacs-e2a3f5b27dd81ce57a7155e525a957187f47d8d4.tar.gz
emacs-e2a3f5b27dd81ce57a7155e525a957187f47d8d4.zip
(struct font): Fix typo (charet->charset).
Diffstat (limited to 'src')
-rw-r--r--src/font.h2
1 files changed, 1 insertions, 1 deletions
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
164 -1 means that the contents of the font must be looked up to 164 -1 means that the contents of the font must be looked up to
165 determine it. 165 determine it.
166 */ 166 */
167 int repertory_charet; 167 int repertory_charset;
168 168
169 /* Minimum glyph width (in pixels). */ 169 /* Minimum glyph width (in pixels). */
170 int min_width; 170 int min_width;