diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-03-08 16:44:44 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-03-08 16:45:30 +0100 |
commit | 5f6fcb4e7c8c273ca4a0211bf1b6f99a20ef5feb (patch) | |
tree | f719a8e5e6f6ba3b301c7288a7fe05b27fa163da /vcl | |
parent | bb0cae0f967eed386b546dd7367c2cc1b274f555 (diff) |
Typos
Change-Id: Ibc378fa5f515de61bb768b4ef082638b40c94e00
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 |