From df5b1e836fa175a002e4cd690f908c5b452e82f7 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Thu, 1 May 2014 17:35:16 +0200 Subject: [PATCH] Typos. --- lib/talatin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/talatin.c b/lib/talatin.c index 92511b6..bff89b7 100644 --- a/lib/talatin.c +++ b/lib/talatin.c @@ -1916,11 +1916,11 @@ ta_latin_hints_compute_blue_edges(TA_GlyphHints hints, /* direction); if it is a bottom zone, check for left edges (in */ /* the major direction) */ is_top_blue = (FT_Byte)((blue->flags & TA_LATIN_BLUE_TOP) != 0); - is_top_neutral = (FT_Byte)((blue->flags & TA_LATIN_BLUE_NEUTRAL) != 0); + is_neutral_blue = (FT_Byte)((blue->flags & TA_LATIN_BLUE_NEUTRAL) != 0); is_major_dir = FT_BOOL(edge->dir == axis->major_dir); /* neutral blue zones are handled for both directions */ - if (is_top_blue ^ is_major_dir || is_top_neutral) + if (is_top_blue ^ is_major_dir || is_neutral_blue) { FT_Pos dist; -- 2.11.4.GIT