From c1ee7d28f3ea476b6e80a82d1485e91a0efc9c3f Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 20 Apr 2022 13:38:05 -0600 Subject: [PATCH] Typo Co-authored-by: Khaled Hosny --- src/hb-ot-shape.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-shape.cc b/src/hb-ot-shape.cc index 405cd5aab..15bc3f8f1 100644 --- a/src/hb-ot-shape.cc +++ b/src/hb-ot-shape.cc @@ -600,7 +600,7 @@ hb_ensure_native_direction (hb_buffer_t *buffer) * https://github.com/harfbuzz/harfbuzz/issues/501 * * Similar thing about Regional_Indicators; They are bidi=L, but Script=Common. - * If they are presentin a run of natively-RTL text, they get assigned a script + * If they are present in a run of natively-RTL text, they get assigned a script * with natively RTL direction, which would result in wrong shaping if we * assign such native RTL direction to them then. Detect that as well. *