mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-07 19:18:02 +02:00
Comment typos.
This commit is contained in:
parent
4a46686508
commit
4afc0a54ed
2 changed files with 2 additions and 2 deletions
|
|
@ -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 )
|
||||
|
|
|
|||
|
|
@ -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 )
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue