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:
Andrey Gusev 2017-12-14 18:21:10 +02:00 committed by Alexandre Julliard
parent 76bc8d01c0
commit acdbea2bee

View File

@ -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;
} }