summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2006-06-16 06:51:37 +0000
committerWerner Lemberg <wl@gnu.org>2006-06-16 06:51:37 +0000
commitbe556d5b81f063430f77c0b80f2bbe1ad606c7d3 (patch)
treefc1f41971234ce1beae413ab010e870ccf1f2a8f /docs
parent67d2f3a7406903b0bc3e87d4312181a3111d06a8 (diff)
downloadfreetype2-be556d5b81f063430f77c0b80f2bbe1ad606c7d3.tar.gz
typo; spotted by George
Diffstat (limited to 'docs')
-rw-r--r--docs/TRUETYPE6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/TRUETYPE b/docs/TRUETYPE
index 27bfd443c..3e1614ad4 100644
--- a/docs/TRUETYPE
+++ b/docs/TRUETYPE
@@ -17,17 +17,17 @@ How to enable the TrueType native hinter if you need it
- locate a line that says:
- #undef TT_CONFIG_OPTION_BYTECODE_INTERPRETER
+ /* #define TT_CONFIG_OPTION_BYTECODE_INTERPRETER */
- change it to:
- #define TT_CONFIG_OPTION_BYTECODE_INTERPRETER
+ #define TT_CONFIG_OPTION_BYTECODE_INTERPRETER
These steps must be done _before_ compiling the library.
------------------------------------------------------------------------
-Copyright 2003, 2005 by
+Copyright 2003, 2005, 2006 by
David Turner, Robert Wilhelm, and Werner Lemberg.
This file is part of the FreeType project, and may only be used,