ref: 4afc0a54ed0183163a5005dfba4d379a1f511be2
parent: 4a46686508160d5d131b1d84bc33327f24cdea22
author: Alexei Podtelezhnikov <[email protected]>
date: Wed Aug 12 19:51:02 EDT 2015
Comment typos.
--- a/src/cid/cidload.c
+++ b/src/cid/cidload.c
@@ -167,7 +167,7 @@
matrix = &dict->font_matrix;
offset = &dict->font_offset;
- /* input is scaled by 1000 to accomodate default FontMatrix */
+ /* input is scaled by 1000 to accommodate default FontMatrix */
result = cid_parser_to_fixed_array( parser, 6, temp, 3 );
if ( result < 6 )
--- a/src/type1/t1load.c
+++ b/src/type1/t1load.c
@@ -1107,7 +1107,7 @@
FT_Int result;
- /* input is scaled by 1000 to accomodate default FontMatrix */
+ /* input is scaled by 1000 to accommodate default FontMatrix */
result = T1_ToFixedArray( parser, 6, temp, 3 );
if ( result < 6 )