From 50f489a0a013fc589626bb532a9f64f50bb41f58 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 11 Oct 2015 20:59:29 -0400 Subject: [PATCH] Typo --- src/hb-font-private.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-font-private.hh b/src/hb-font-private.hh index 33bbf7143..c05499d4c 100644 --- a/src/hb-font-private.hh +++ b/src/hb-font-private.hh @@ -268,7 +268,7 @@ struct hb_font_t { { *x = get_glyph_h_advance (glyph) / 2; - /* TODO use font_metics.ascent */ + /* TODO use font_metrics.ascent */ *y = y_scale; }