From 4c1d9244617e472464722e64d2cdbc1f9e8827f6 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 28 Oct 2012 20:27:25 -0700 Subject: [PATCH] Minor --- src/hb-icu-le.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-icu-le.cc b/src/hb-icu-le.cc index 8fc22a146..d73752d17 100644 --- a/src/hb-icu-le.cc +++ b/src/hb-icu-le.cc @@ -189,7 +189,7 @@ retry: info[j].codepoint = glyphs[i]; info[j].cluster = clusters[indices[i]]; - /* icu-le doesn't seem to have separapte advance values. */ + /* icu-le doesn't seem to have separate advance values. */ info[j].mask = positions[2 * i + 2] - positions[2 * i]; info[j].var1.u32 = 0; info[j].var2.u32 = -positions[2 * i + 1];