From bf946c17ca7cb2014aad604c253f4fa4660684da Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 8 Aug 2011 20:24:55 +0200 Subject: Fix typo * console-client/vga-dynafont.c (dynafont_lookup_internal): Fix typo. --- console-client/vga-dynafont.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'console-client') diff --git a/console-client/vga-dynafont.c b/console-client/vga-dynafont.c index 3e0ec3ff..f72e45de 100644 --- a/console-client/vga-dynafont.c +++ b/console-client/vga-dynafont.c @@ -846,7 +846,7 @@ dynafont_lookup_internal (dynafont_t df, bdf_font_t font, chr->refs = 1; chr->character = (wide_chr | attr); - /* Copy the glyph bitmap, taking into account double-width charcters. */ + /* Copy the glyph bitmap, taking into account double-width characters. */ { int height = (glyph->bbox.height > 32) ? 32 : glyph->bbox.height; int bwidth = (glyph->bbox.width + 7) / 8; -- cgit v1.2.3