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

Alexandre Julliard julliard at winehq.org
Fri Dec 15 14:46:28 CST 2017


Module: wine
Branch: master
Commit: acdbea2beeb7b3997c374948832457198b164908
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=acdbea2beeb7b3997c374948832457198b164908

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Thu Dec 14 18:21:10 2017 +0200

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

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
Signed-off-by: Aric Stewart <aric at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 0351f4f..1fd9c4d 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;
                     }
 




More information about the wine-cvs mailing list