From e2a3f5b27dd81ce57a7155e525a957187f47d8d4 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Wed, 14 Jun 2006 04:17:54 +0000 Subject: [PATCH] (struct font): Fix typo (charet->charset). --- src/font.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5