summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/regband.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/gdi/regband.cxx')
-rw-r--r--vcl/source/gdi/regband.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/regband.cxx b/vcl/source/gdi/regband.cxx
index 887855c0f114..4734d8314849 100644
--- a/vcl/source/gdi/regband.cxx
+++ b/vcl/source/gdi/regband.cxx
@@ -600,7 +600,7 @@ void ImplRegionBand::XOr( long nXLeft, long nXRight )
// #i46602# Reworked rectangle Xor
//
// In general, we can distinguish 11 cases of intersection
- // (details below). The old implementation explicitely handled 7
+ // (details below). The old implementation explicitly handled 7
// cases (numbered in the order of appearance, use CVS to get your
// hands on the old version), therefore, I've sticked to that
// order, and added four more cases. The code below references