Fix typos.

This commit is contained in:
Bruce Mitchener 2018-01-21 20:40:34 +07:00 committed by Behdad Esfahbod
parent 51ce3828e6
commit 19a93fcf19
2 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ HB_BEGIN_DECLS
* any such possibility, MODE_DUPLICATE should be used * any such possibility, MODE_DUPLICATE should be used
* such that HarfBuzz makes a copy immediately, * 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, * really know what you are doing,
* *
* - MODE_WRITABLE is appropriate if you really made a * - MODE_WRITABLE is appropriate if you really made a

View File

@ -247,13 +247,13 @@ hb_buffer_guess_segment_properties (hb_buffer_t *buffer);
* of the text without the full context. * of the text without the full context.
* @HB_BUFFER_FLAG_EOT: flag indicating that special handling of the end of text * @HB_BUFFER_FLAG_EOT: flag indicating that special handling of the end of text
* paragraph can be applied to this buffer, similar to * paragraph can be applied to this buffer, similar to
* @HB_BUFFER_FLAG_EOT. * @HB_BUFFER_FLAG_BOT.
* @HB_BUFFER_FLAG_PRESERVE_DEFAULT_IGNORABLES: * @HB_BUFFER_FLAG_PRESERVE_DEFAULT_IGNORABLES:
* flag indication that character with Default_Ignorable * flag indication that character with Default_Ignorable
* Unicode property should use the corresponding glyph * Unicode property should use the corresponding glyph
* from the font, instead of hiding them (done by * from the font, instead of hiding them (done by
* replacing them with the space glyph and zeroing the * 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.
* @HB_BUFFER_FLAG_REMOVE_DEFAULT_IGNORABLES: * @HB_BUFFER_FLAG_REMOVE_DEFAULT_IGNORABLES:
* flag indication that character with Default_Ignorable * flag indication that character with Default_Ignorable