提交 97145df2 编写于 作者: U Unknown 提交者: Khaled Hosny

Trivial typos

Found using `codespell -i 3 -w -I '../harf-whitelist.txt'`
whereas the whitelist contents were:
```
beng
iff
pres
ot
te
teh
```
上级 4a591a0e
...@@ -809,7 +809,7 @@ Wednesday, July 16, 2014 ...@@ -809,7 +809,7 @@ Wednesday, July 16, 2014
U+FFFD REPLACEMENT CHARACTER now. U+FFFD REPLACEMENT CHARACTER now.
- With all changes in this release, the buffer will contain fully - With all changes in this release, the buffer will contain fully
valid Unicode after hb_buffer_add_utf8/16/32 no matter how valid Unicode after hb_buffer_add_utf8/16/32 no matter how
broken the input is. This can be overriden though. See below. broken the input is. This can be overridden though. See below.
- Fix Mongolian Variation Selectors for fonts without GDEF. - Fix Mongolian Variation Selectors for fonts without GDEF.
- Fix minor invalid buffer access. - Fix minor invalid buffer access.
- Accept zh-Hant and zh-Hans language tags. hb_ot_tag_to_language() - Accept zh-Hant and zh-Hans language tags. hb_ot_tag_to_language()
......
...@@ -692,7 +692,7 @@ initial_reordering_consonant_syllable (const hb_ot_shape_plan_t *plan, ...@@ -692,7 +692,7 @@ initial_reordering_consonant_syllable (const hb_ot_shape_plan_t *plan,
hb_glyph_info_t *info = buffer->info; hb_glyph_info_t *info = buffer->info;
/* https://github.com/behdad/harfbuzz/issues/435#issuecomment-335560167 /* https://github.com/behdad/harfbuzz/issues/435#issuecomment-335560167
* // For compatibility with legacy useage in Kannada, * // For compatibility with legacy usage in Kannada,
* // Ra+h+ZWJ must behave like Ra+ZWJ+h... * // Ra+h+ZWJ must behave like Ra+ZWJ+h...
*/ */
if (buffer->props.script == HB_SCRIPT_KANNADA && if (buffer->props.script == HB_SCRIPT_KANNADA &&
......
...@@ -210,7 +210,7 @@ position_mark (const hb_ot_shape_plan_t *plan, ...@@ -210,7 +210,7 @@ position_mark (const hb_ot_shape_plan_t *plan,
pos.x_offset = pos.y_offset = 0; pos.x_offset = pos.y_offset = 0;
/* We dont position LEFT and RIGHT marks. */ /* We don't position LEFT and RIGHT marks. */
/* X positioning */ /* X positioning */
switch (combining_class) switch (combining_class)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册