From acdbea2beeb7b3997c374948832457198b164908 Mon Sep 17 00:00:00 2001 From: Andrey Gusev Date: Thu, 14 Dec 2017 18:21:10 +0200 Subject: [PATCH] usp10: Fix a typo in an ERR() message. Signed-off-by: Andrey Gusev Signed-off-by: Aric Stewart Signed-off-by: Alexandre Julliard --- dlls/usp10/opentype.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/usp10/opentype.c b/dlls/usp10/opentype.c index 0351f4f4af8..1fd9c4d3c6a 100644 --- a/dlls/usp10/opentype.c +++ b/dlls/usp10/opentype.c @@ -2051,7 +2051,7 @@ static void GPOS_apply_MarkToLigature(const OT_LookupTable *look, const SCRIPT_A } if (!offset) { - ERR("Failed to find avalible ligature connection point\n"); + ERR("Failed to find available ligature connection point\n"); return; }