summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2019-06-02 17:40:18 +0300
committerEli Zaretskii <eliz@gnu.org>2019-06-02 17:40:18 +0300
commitde9cdc1187e147462431dd89c0790d0de7c7c217 (patch)
treed030733c66f66e50ac9eb74b8b2a792ef3dde21f
parent295572c6f603c7150f68f3a7479fb0969b2f86d0 (diff)
downloademacs-de9cdc1187e147462431dd89c0790d0de7c7c217.tar.gz
; * src/hbfont.c (hbfont_shape): Fix a typo in a comment.
-rw-r--r--src/hbfont.c2
1 files changed, 1 insertions, 1 deletions
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);