From de9cdc1187e147462431dd89c0790d0de7c7c217 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 2 Jun 2019 17:40:18 +0300 Subject: [PATCH] ; * src/hbfont.c (hbfont_shape): Fix a typo in a comment. --- src/hbfont.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hbfont.c b/src/hbfont.c index 88767c30afe..5923efd488d 100644 --- a/src/hbfont.c +++ b/src/hbfont.c @@ -362,7 +362,7 @@ hbfont_shape (Lisp_Object lgstring, Lisp_Object direction) FIXME: maybe drop this guessing once script and language handling is fixed above; but then will need to guess the direction by - ourselves, perhaps by looking at the the characters using + ourselves, perhaps by looking at the characters using bidi_get_type or somesuch. */ hb_buffer_guess_segment_properties (hb_buffer); -- 2.39.2