From 947c9a778c0d4b428b58806f98c34ede59b7439c Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 16 Sep 2011 16:33:18 -0400 Subject: [PATCH] Minor --- src/hb-ot-shape-normalize.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hb-ot-shape-normalize.cc b/src/hb-ot-shape-normalize.cc index eb0fb43..f695c49 100644 --- a/src/hb-ot-shape-normalize.cc +++ b/src/hb-ot-shape-normalize.cc @@ -38,7 +38,7 @@ * composed (NFC). * * In general what happens is that: each grapheme is decomposed in a chain - * of 1:2 decompositions, marks reordered, and then recomposed if desires, + * of 1:2 decompositions, marks reordered, and then recomposed if desired, * so far it's like Unicode Normalization. However, the decomposition and * recomposition only happens if the font supports the resulting characters. * @@ -52,7 +52,7 @@ * though their NFC may be different. * * - When a font has a precomposed character for a sequence but the 'ccmp' - * feature in the font is not adequate, form use the precomposed character + * feature in the font is not adequate, use the precomposed character * which typically has better mark positioning. * * - When a font does not support a character but supports its decomposition, -- 2.7.4