freetype-commit
[Top][All Lists]
Advanced

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

[freetype2] master bbcb977: Typos.


From: Alexei Podtelezhnikov
Subject: [freetype2] master bbcb977: Typos.
Date: Wed, 13 Apr 2016 04:12:22 +0000

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

    Typos.
---
 include/freetype/freetype.h        |    2 +-
 include/freetype/ftcid.h           |    2 +-
 include/freetype/internal/ftobjs.h |    2 +-
 src/gxvalid/gxvkern.c              |    4 ++--
 src/gzip/ftgzip.c                  |    2 +-
 src/pfr/pfrload.c                  |    2 +-
 src/sfnt/ttpost.c                  |    2 +-
 src/sfnt/ttpost.h                  |    2 +-
 8 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/include/freetype/freetype.h b/include/freetype/freetype.h
index b84c358..250f405 100644
--- a/include/freetype/freetype.h
+++ b/include/freetype/freetype.h
@@ -2855,7 +2855,7 @@ FT_BEGIN_HEADER
    *
    *   If @FT_LOAD_RENDER is also set, the glyph is rendered in the
    *   corresponding mode (i.e., the mode that matches the used algorithm
-   *   best).  An exeption is FT_LOAD_TARGET_MONO since it implies
+   *   best).  An exception is FT_LOAD_TARGET_MONO since it implies
    *   @FT_LOAD_MONOCHROME.
    *
    *   You can use a hinting algorithm that doesn't correspond to the same
diff --git a/include/freetype/ftcid.h b/include/freetype/ftcid.h
index f74cf6e..e1bc9fe 100644
--- a/include/freetype/ftcid.h
+++ b/include/freetype/ftcid.h
@@ -98,7 +98,7 @@ FT_BEGIN_HEADER
    * @description:
    *    Retrieve the type of the input face, CID keyed or not.  In
    *    contrast to the @FT_IS_CID_KEYED macro this function returns
-   *    successfully also for CID-keyed fonts in an SNFT wrapper.
+   *    successfully also for CID-keyed fonts in an SFNT wrapper.
    *
    * @input:
    *    face ::
diff --git a/include/freetype/internal/ftobjs.h 
b/include/freetype/internal/ftobjs.h
index 2b104c1..e3fa320 100644
--- a/include/freetype/internal/ftobjs.h
+++ b/include/freetype/internal/ftobjs.h
@@ -833,7 +833,7 @@ FT_BEGIN_HEADER
   /*                        filtering callback function.                   */
   /*                                                                       */
   /*    pic_container    :: Contains global structs and tables, instead    */
-  /*                        of defining them globallly.                    */
+  /*                        of defining them globally.                     */
   /*                                                                       */
   /*    refcount         :: A counter initialized to~1 at the time an      */
   /*                        @FT_Library structure is created.              */
diff --git a/src/gxvalid/gxvkern.c b/src/gxvalid/gxvkern.c
index 97ff3bf..ee1ab36 100644
--- a/src/gxvalid/gxvkern.c
+++ b/src/gxvalid/gxvkern.c
@@ -693,7 +693,7 @@
 
     GXV_NAME_ENTER( "validating coverage" );
 
-    GXV_TRACE(( "interprete coverage 0x%04x by Apple style\n", coverage ));
+    GXV_TRACE(( "interpret coverage 0x%04x by Apple style\n", coverage ));
 
     if ( KERN_IS_NEW( gxvalid ) )
     {
@@ -728,7 +728,7 @@
       }
     }
 
-    GXV_TRACE(( "cannot interprete coverage, broken kern subtable\n" ));
+    GXV_TRACE(( "cannot interpret coverage, broken kern subtable\n" ));
 
   Exit:
     GXV_EXIT;
diff --git a/src/gzip/ftgzip.c b/src/gzip/ftgzip.c
index 9c1f183..9cab80e 100644
--- a/src/gzip/ftgzip.c
+++ b/src/gzip/ftgzip.c
@@ -59,7 +59,7 @@
  /* original ZLib.                                                   */
 
 #ifndef USE_ZLIB_ZCALLOC
-#define MY_ZCALLOC /* prevent all zcalloc() & zfree() in zutils.c */
+#define MY_ZCALLOC /* prevent all zcalloc() & zfree() in zutil.c */
 #endif
 
 #include "zlib.h"
diff --git a/src/pfr/pfrload.c b/src/pfr/pfrload.c
index 89ed204..e509e70 100644
--- a/src/pfr/pfrload.c
+++ b/src/pfr/pfrload.c
@@ -615,7 +615,7 @@
 
   Too_Short:
     error = FT_THROW( Invalid_Table );
-    FT_ERROR(( "pfr_exta_item_load_stem_snaps:"
+    FT_ERROR(( "pfr_extra_item_load_stem_snaps:"
                " invalid stem snaps table\n" ));
     goto Exit;
   }
diff --git a/src/sfnt/ttpost.c b/src/sfnt/ttpost.c
index f228f62..3277f1e 100644
--- a/src/sfnt/ttpost.c
+++ b/src/sfnt/ttpost.c
@@ -2,7 +2,7 @@
 /*                                                                         */
 /*  ttpost.c                                                               */
 /*                                                                         */
-/*    Postcript name table processing for TrueType and OpenType fonts      */
+/*    PostScript name table processing for TrueType and OpenType fonts     */
 /*    (body).                                                              */
 /*                                                                         */
 /*  Copyright 1996-2016 by                                                 */
diff --git a/src/sfnt/ttpost.h b/src/sfnt/ttpost.h
index 93762b0..ede45fd 100644
--- a/src/sfnt/ttpost.h
+++ b/src/sfnt/ttpost.h
@@ -2,7 +2,7 @@
 /*                                                                         */
 /*  ttpost.h                                                               */
 /*                                                                         */
-/*    Postcript name table processing for TrueType and OpenType fonts      */
+/*    PostScript name table processing for TrueType and OpenType fonts     */
 /*    (specification).                                                     */
 /*                                                                         */
 /*  Copyright 1996-2016 by                                                 */



reply via email to

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