summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-06-06 00:04:47 +0200
committerJulien Nabet <serval2412@yahoo.fr>2015-06-06 00:04:47 +0200
commitc27798b20097602739e3e81a5063109b8c66447d (patch)
treea091ad171d662529194661d9db3c74327535e9e6 /vcl
parentbc8adace59ab5bebb93610e0ec3b16ef2a8f5151 (diff)
Typo: emty->empty
Change-Id: I495ae28194da449ab1b31b2b5ec0d9e08fbcc291
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/gdi/region.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/gdi/region.cxx b/vcl/source/gdi/region.cxx
index 1543d83d6e81..943559582d4d 100644
--- a/vcl/source/gdi/region.cxx
+++ b/vcl/source/gdi/region.cxx
@@ -973,7 +973,7 @@ bool vcl::Region::Intersect( const vcl::Region& rRegion )
if(IsEmpty())
{
- // local region is empty, cannot get more emty than that. Nothing to do
+ // local region is empty, cannot get more empty than that. Nothing to do
return true;
}
@@ -984,7 +984,7 @@ bool vcl::Region::Intersect( const vcl::Region& rRegion )
if(!aThisPolyPoly.count())
{
- // local region is empty, cannot get more emty than that. Nothing to do
+ // local region is empty, cannot get more empty than that. Nothing to do
return true;
}
@@ -1013,7 +1013,7 @@ bool vcl::Region::Intersect( const vcl::Region& rRegion )
if(!pCurrent)
{
- // local region is empty, cannot get more emty than that. Nothing to do
+ // local region is empty, cannot get more empty than that. Nothing to do
return true;
}