diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/gdi/regionband.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/regionband.cxx b/vcl/source/gdi/regionband.cxx index d1386cc1431f..0ef5034076b6 100644 --- a/vcl/source/gdi/regionband.cxx +++ b/vcl/source/gdi/regionband.cxx @@ -702,7 +702,7 @@ void RegionBand::Scale(double fScaleX, double fScaleY) void RegionBand::InsertBands(long nTop, long nBottom) { - // region empty? -> set rectagle as first entry! + // region empty? -> set rectangle as first entry! if ( !mpFirstBand ) { // add band with boundaries of the rectangle |