emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] harfbuzz de9cdc1: ; * src/hbfont.c (hbfont_shape): Fix a t


From: Eli Zaretskii
Subject: [Emacs-diffs] harfbuzz de9cdc1: ; * src/hbfont.c (hbfont_shape): Fix a typo in a comment.
Date: Sun, 2 Jun 2019 10:40:50 -0400 (EDT)

branch: harfbuzz
commit de9cdc1187e147462431dd89c0790d0de7c7c217
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; * 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 88767c3..5923efd 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);
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]