From 59f6d151cf37e020691af41b869f9039661faa81 Mon Sep 17 00:00:00 2001 From: Graeme Geldenhuys Date: Mon, 12 Mar 2012 01:51:14 +0200 Subject: aggpas: fixes a spelling mistake in a variable name This caused a compile error. --- src/corelib/render/software/Agg2D.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/corelib/render') diff --git a/src/corelib/render/software/Agg2D.pas b/src/corelib/render/software/Agg2D.pas index 11d4daef..85b58aa1 100644 --- a/src/corelib/render/software/Agg2D.pas +++ b/src/corelib/render/software/Agg2D.pas @@ -2512,7 +2512,7 @@ begin m_fontEngine.hinting_(m_textHints ); - if cahce = AGG_VectorFontCache then + if cache = AGG_VectorFontCache then m_fontEngine.height_(height ) else m_fontEngine.height_(worldToScreen(height ) ); -- cgit v1.2.3-70-g09d2