From c4be9917438c45b972ec76dc68409014110f0837 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 12 Nov 2012 14:27:33 -0800 Subject: [PATCH] Typo --- src/hb-ot-shape-complex-indic.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-shape-complex-indic.cc b/src/hb-ot-shape-complex-indic.cc index 73a68fe5a..32b9cf514 100644 --- a/src/hb-ot-shape-complex-indic.cc +++ b/src/hb-ot-shape-complex-indic.cc @@ -523,7 +523,7 @@ initial_reordering_consonant_syllable (const hb_ot_shape_plan_t *plan, * half form. * A ZWJ before a Halant, requests a subjoined form instead, and hence * search continues. This is particularly important for Bengali - * sequence Ra,H,Ya that shouls form Ya-Phalaa by subjoining Ya. */ + * sequence Ra,H,Ya that should form Ya-Phalaa by subjoining Ya. */ if (start < i && info[i].indic_category() == OT_ZWJ && info[i - 1].indic_category() == OT_H)