summaryrefslogtreecommitdiff
path: root/src/cid/cidload.c
diff options
context:
space:
mode:
authorAlexei Podtelezhnikov <apodtele@gmail.com>2015-08-12 23:51:02 -0400
committerAlexei Podtelezhnikov <apodtele@gmail.com>2015-08-12 23:51:02 -0400
commit4afc0a54ed0183163a5005dfba4d379a1f511be2 (patch)
tree215f6ccee7241907240b04ee1bbc2ad35019dc87 /src/cid/cidload.c
parent4a46686508160d5d131b1d84bc33327f24cdea22 (diff)
downloadfreetype2-4afc0a54ed0183163a5005dfba4d379a1f511be2.tar.gz
Comment typos.
Diffstat (limited to 'src/cid/cidload.c')
-rw-r--r--src/cid/cidload.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cid/cidload.c b/src/cid/cidload.c
index 676527478..e23b82f67 100644
--- 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 )