diff options
| author | Juanma Barranquero | 2011-11-30 17:33:05 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2011-11-30 17:33:05 +0100 |
| commit | 5c32d3f2f93edced9c004698eaa2234d809fee02 (patch) | |
| tree | eca49b0e0cb0e6cb28de632bf28ceff944825cb3 /src/ftfont.c | |
| parent | 6db4e2d308c3ccef73b61c2f124f446fb367ea70 (diff) | |
| download | emacs-5c32d3f2f93edced9c004698eaa2234d809fee02.tar.gz emacs-5c32d3f2f93edced9c004698eaa2234d809fee02.zip | |
Fix typos.
Diffstat (limited to 'src/ftfont.c')
| -rw-r--r-- | src/ftfont.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ftfont.c b/src/ftfont.c index 5c540f9bf82..c48346b0147 100644 --- a/src/ftfont.c +++ b/src/ftfont.c | |||
| @@ -1462,7 +1462,7 @@ ftfont_get_bitmap (struct font *font, unsigned int code, struct font_bitmap *bit | |||
| 1462 | : ft_face->glyph->bitmap.pixel_mode == FT_PIXEL_MODE_LCD_V ? 8 | 1462 | : ft_face->glyph->bitmap.pixel_mode == FT_PIXEL_MODE_LCD_V ? 8 |
| 1463 | : -1); | 1463 | : -1); |
| 1464 | if (bitmap->bits_per_pixel < 0) | 1464 | if (bitmap->bits_per_pixel < 0) |
| 1465 | /* We don't suport that kind of pixel mode. */ | 1465 | /* We don't support that kind of pixel mode. */ |
| 1466 | return -1; | 1466 | return -1; |
| 1467 | bitmap->rows = ft_face->glyph->bitmap.rows; | 1467 | bitmap->rows = ft_face->glyph->bitmap.rows; |
| 1468 | bitmap->width = ft_face->glyph->bitmap.width; | 1468 | bitmap->width = ft_face->glyph->bitmap.width; |