diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-04-13 12:43:54 +1000 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-04-16 07:33:51 +1000 |
commit | e8acaf7ec062ed0971906cee6311f5a7a156c049 (patch) | |
tree | a4459f541b11e159b6b9e83494616b0a5b3593bc /vcl | |
parent | 9bbcc95f6ed446c16f4d6ca1a8b6eafe63198c0d (diff) |
Fix typo
Change-Id: Iab3ce70bd255aae4e240a76c627a189553ad5937
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/gdi/outdev/outdev.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/outdev/outdev.cxx b/vcl/source/gdi/outdev/outdev.cxx index 1ee437b962dc..1b7830b7d813 100644 --- a/vcl/source/gdi/outdev/outdev.cxx +++ b/vcl/source/gdi/outdev/outdev.cxx @@ -190,7 +190,7 @@ bool OutputDevice::ImplSelectClipRegion( const Region& rRegion, SalGraphics* pGr } bool bClipRegion = pGraphics->SetClipRegion( rRegion, this ); - OSL_ENSURE( bClipRegion, "OutputDevice::ImplSelectClipRegion() - can't cerate region" ); + OSL_ENSURE( bClipRegion, "OutputDevice::ImplSelectClipRegion() - can't create region" ); return bClipRegion; } |