summaryrefslogtreecommitdiff
path: root/src/sfnt/ttpost.c
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2018-09-03 09:08:47 +0200
committerWerner Lemberg <wl@gnu.org>2018-09-03 09:08:47 +0200
commit76a52465c1dbcac14b89983eba5a0ac252f59d8d (patch)
tree2b65d422b893913ed6caa38475b023959046f29c /src/sfnt/ttpost.c
parent475f6d25cb299acc0634ec3a6112cefc469423a9 (diff)
downloadfreetype2-76a52465c1dbcac14b89983eba5a0ac252f59d8d.tar.gz
*/*: s/PSNames/psnames/.
Only tracing messages are affected.
Diffstat (limited to 'src/sfnt/ttpost.c')
-rw-r--r--src/sfnt/ttpost.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sfnt/ttpost.c b/src/sfnt/ttpost.c
index 7d64a7816..b4eb8a70b 100644
--- a/src/sfnt/ttpost.c
+++ b/src/sfnt/ttpost.c
@@ -48,7 +48,7 @@
#define FT_COMPONENT ttpost
- /* If this configuration macro is defined, we rely on the `PSNames' */
+ /* If this configuration macro is defined, we rely on the `psnames' */
/* module to grab the glyph names. */
#ifdef FT_CONFIG_OPTION_POSTSCRIPT_NAMES
@@ -62,9 +62,9 @@
#else /* FT_CONFIG_OPTION_POSTSCRIPT_NAMES */
- /* Otherwise, we ignore the `PSNames' module, and provide our own */
+ /* Otherwise, we ignore the `psnames' module, and provide our own */
/* table of Mac names. Thus, it is possible to build a version of */
- /* FreeType without the Type 1 driver & PSNames module. */
+ /* FreeType without the Type 1 driver & psnames module. */
#define MAC_NAME( x ) (FT_String*)tt_post_default_names[x]