summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-23 18:31:25 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-23 18:31:45 +0300
commitd0800e35d492b797968d4dd00b83ace4d9400a92 (patch)
treecf4a05b9f65335442b43b33e3a06b156cd1348dc /vcl/inc
parent1ec836760853e9e220d471cf39f2533f0828f00e (diff)
Typo fix: s/temporaer/temporary/
Change-Id: I8f845323ccc6446fe74ef7c1f8d55c49ed070f53
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/regband.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/regband.hxx b/vcl/inc/regband.hxx
index af63756cb4ae..b9855e24a761 100644
--- a/vcl/inc/regband.hxx
+++ b/vcl/inc/regband.hxx
@@ -60,7 +60,7 @@ class ImplRegionBand
{
public:
ImplRegionBand* mpNextBand; // pointer to the next element of the list
- ImplRegionBand* mpPrevBand; // pointer to the previous element of the list (only used temporaery)
+ ImplRegionBand* mpPrevBand; // pointer to the previous element of the list (only used temporarily)
ImplRegionBandSep* mpFirstSep; // root of the list with x-separations
ImplRegionBandPoint* mpFirstBandPoint; // root of the list with lines
long mnYTop; // actual boundary of the band