mirror of
https://github.com/reactos/wine.git
synced 2024-11-30 07:00:30 +00:00
usp10: Fix a typo in an ERR() message.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com> Signed-off-by: Aric Stewart <aric@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
76bc8d01c0
commit
acdbea2bee
@ -2051,7 +2051,7 @@ static void GPOS_apply_MarkToLigature(const OT_LookupTable *look, const SCRIPT_A
|
|||||||
}
|
}
|
||||||
if (!offset)
|
if (!offset)
|
||||||
{
|
{
|
||||||
ERR("Failed to find avalible ligature connection point\n");
|
ERR("Failed to find available ligature connection point\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user