# HG changeset patch # User Kenichi Handa # Date 1150258674 0 # Node ID 3a78ea4d2a532c98349548eb4763b3e14a9861e4 # Parent 92ed1b9edd6731988911269269ede59f59876827 (struct font): Fix typo (charet->charset). diff -r 92ed1b9edd67 -r 3a78ea4d2a53 src/font.h --- a/src/font.h Wed Jun 14 00:42:18 2006 +0000 +++ b/src/font.h Wed Jun 14 04:17:54 2006 +0000 @@ -164,7 +164,7 @@ -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;