Commit 9db55ad1af963842202d21736ac82b36fc4ebf9a

Werner Lemberg 2017-01-30T07:35:06

Typo.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/truetype/ttgxvar.c b/src/truetype/ttgxvar.c
index 084c65c..fec40d3 100644
--- a/src/truetype/ttgxvar.c
+++ b/src/truetype/ttgxvar.c
@@ -933,7 +933,7 @@
     }
 
     /* advance width adjustments are always present in an `HVAR' table, */
-    /* so need to test for this capability                              */
+    /* no need to test for this capability                              */
 
     if ( face->blend->hvar_table->widthMap.innerIndex )
     {