Commit acdbea2b authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

usp10: Fix a typo in an ERR() message.

parent 76bc8d01
...@@ -2051,7 +2051,7 @@ static void GPOS_apply_MarkToLigature(const OT_LookupTable *look, const SCRIPT_A ...@@ -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;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment