]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/hbfont.c (hbfont_shape): Fix a typo in a comment.
authorEli Zaretskii <eliz@gnu.org>
Sun, 2 Jun 2019 14:40:18 +0000 (17:40 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 2 Jun 2019 14:40:18 +0000 (17:40 +0300)
src/hbfont.c

index 88767c30afee60a7bbaac33f24a6c65d18ee54f7..5923efd488d5d6111bdc8ff1e8595a413e464898 100644 (file)
@@ -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);