From 19a93fcf1946ad29f07306a0b6c65377bdaa49f0 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Sun, 21 Jan 2018 20:40:34 +0700 Subject: [PATCH] Fix typos. --- src/hb-blob.h | 2 +- src/hb-buffer.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/hb-blob.h b/src/hb-blob.h index ef3fc98c0..53682d3eb 100644 --- a/src/hb-blob.h +++ b/src/hb-blob.h @@ -44,7 +44,7 @@ HB_BEGIN_DECLS * any such possibility, MODE_DUPLICATE should be used * such that HarfBuzz makes a copy immediately, * - * - Use MODE_READONLY otherse, unless you really really + * - Use MODE_READONLY otherwise, unless you really really * really know what you are doing, * * - MODE_WRITABLE is appropriate if you really made a diff --git a/src/hb-buffer.h b/src/hb-buffer.h index bcc29930e..b2801ddf5 100644 --- a/src/hb-buffer.h +++ b/src/hb-buffer.h @@ -247,13 +247,13 @@ hb_buffer_guess_segment_properties (hb_buffer_t *buffer); * of the text without the full context. * @HB_BUFFER_FLAG_EOT: flag indicating that special handling of the end of text * paragraph can be applied to this buffer, similar to - * @HB_BUFFER_FLAG_EOT. + * @HB_BUFFER_FLAG_BOT. * @HB_BUFFER_FLAG_PRESERVE_DEFAULT_IGNORABLES: * flag indication that character with Default_Ignorable * Unicode property should use the corresponding glyph * from the font, instead of hiding them (done by * replacing them with the space glyph and zeroing the - * advance width.) This flag takes precendence over + * advance width.) This flag takes precedence over * @HB_BUFFER_FLAG_REMOVE_DEFAULT_IGNORABLES. * @HB_BUFFER_FLAG_REMOVE_DEFAULT_IGNORABLES: * flag indication that character with Default_Ignorable