From 38e4076775faf56106c4ac812c1a813cb1e2df2a Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Tue, 16 Jun 2009 22:41:46 +0200 Subject: [PATCH] Typo. --- src/truetype/ttobjs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/truetype/ttobjs.h b/src/truetype/ttobjs.h index d4b82285e..743b7de3e 100644 --- a/src/truetype/ttobjs.h +++ b/src/truetype/ttobjs.h @@ -4,7 +4,7 @@ /* */ /* Objects manager (specification). */ /* */ -/* Copyright 1996-2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by */ +/* Copyright 1996-2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -231,8 +231,8 @@ FT_BEGIN_HEADER /* A note regarding non-squared pixels: */ /* */ /* (This text will probably go into some docs at some time; for now, it */ - /* is kept here to explain some definitions in the TIns_Metrics */ - /* record). */ + /* is kept here to explain some definitions in the TT_Size_Metrics */ + /* record). */ /* */ /* The CVT is a one-dimensional array containing values that control */ /* certain important characteristics in a font, like the height of all */