mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-04 21:15:06 +00:00
Fix typo: subtitution -> substitution
This commit is contained in:
parent
73a82af1f4
commit
10b9ca54e1
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ struct Sequence
|
||||||
if (HB_BUFFER_MESSAGE_MORE && c->buffer->messaging ())
|
if (HB_BUFFER_MESSAGE_MORE && c->buffer->messaging ())
|
||||||
{
|
{
|
||||||
c->buffer->message (c->font,
|
c->buffer->message (c->font,
|
||||||
"replaced glyph at %u (multiple subtitution)",
|
"replaced glyph at %u (multiple substitution)",
|
||||||
c->buffer->idx - 1u);
|
c->buffer->idx - 1u);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue