summaryrefslogtreecommitdiff
path: root/src/corelib/render
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2012-03-12 01:51:14 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2012-03-12 01:51:14 +0200
commit59f6d151cf37e020691af41b869f9039661faa81 (patch)
tree18ec282acd856ea50c4ae4687a294464e00b9011 /src/corelib/render
parent5885caf12f4d5ecef25652ade2aaf55293976b9a (diff)
downloadfpGUI-59f6d151cf37e020691af41b869f9039661faa81.tar.xz
aggpas: fixes a spelling mistake in a variable name
This caused a compile error.
Diffstat (limited to 'src/corelib/render')
-rw-r--r--src/corelib/render/software/Agg2D.pas2
1 files changed, 1 insertions, 1 deletions
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 ) );