diff --git a/ChangeLog b/ChangeLog index 78bc6d6b9..cd2521c00 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-11-23 Fernando Papa + + * src/truetype/ttinterp.h: Fix typo. + 2004-11-22 Antoine Leca * builds/win32/detect.mk: Corrected logic that detects Windows NT to diff --git a/src/truetype/ttinterp.h b/src/truetype/ttinterp.h index 6df0c9754..43f662c04 100644 --- a/src/truetype/ttinterp.h +++ b/src/truetype/ttinterp.h @@ -27,7 +27,7 @@ FT_BEGIN_HEADER -#ifndef TT_CONFIG_OPTION_STATIC_INTEPRETER /* indirect implementation */ +#ifndef TT_CONFIG_OPTION_STATIC_INTERPRETER /* indirect implementation */ #define EXEC_OP_ TT_ExecContext exc, #define EXEC_OP TT_ExecContext exc