Commit 3c3d7c212e1bd3ff6af0e1e666361d1081ca1e3f

Werner Lemberg 2015-12-10T11:54:41

Another typo.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/autofit/afshaper.c b/src/autofit/afshaper.c
index 41e58f6..e72fe49 100644
--- a/src/autofit/afshaper.c
+++ b/src/autofit/afshaper.c
@@ -487,7 +487,7 @@
 
 #ifdef FT_DEBUG_LEVEL_TRACE
     if ( feature && *count > 1 )
-      FT_TRACE1(( "af_get_char_index:"
+      FT_TRACE1(( "af_shaper_get_cluster:"
                   " input character mapped to multiple glyphs\n" ));
 #endif