freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] master 4afc0a5: Comment typos.


From: Alexei Podtelezhnikov
Subject: [freetype2] master 4afc0a5: Comment typos.
Date: Thu, 13 Aug 2015 03:51:46 +0000

branch: master
commit 4afc0a54ed0183163a5005dfba4d379a1f511be2
Author: Alexei Podtelezhnikov <address@hidden>
Commit: Alexei Podtelezhnikov <address@hidden>

    Comment typos.
---
 src/cid/cidload.c  |    2 +-
 src/type1/t1load.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/cid/cidload.c b/src/cid/cidload.c
index 6765274..e23b82f 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 )
diff --git a/src/type1/t1load.c b/src/type1/t1load.c
index d943567..630f057 100644
--- 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 )



reply via email to

[Prev in Thread] Current Thread [Next in Thread]