summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorMatthias Seidel <mseidel@apache.org>2018-12-29 23:59:21 +0000
committerMatthias Seidel <mseidel@apache.org>2018-12-29 23:59:21 +0000
commitb92f9eee148c42c9f261695be22cc307cfd9a1ab (patch)
treeb41dfd341eef62a28a58312634ead2ca705426c0 /vcl
parent043d259e71a6f74120856ad1e96b4d79c333ada7 (diff)
Fixed typos (boundries -> boundaries)
Notes
Notes: prefer: 5fa6a79864af82c9d60ddef0d618106a8214e431
Diffstat (limited to 'vcl')
-rw-r--r--vcl/win/source/gdi/winlayout.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/win/source/gdi/winlayout.cxx b/vcl/win/source/gdi/winlayout.cxx
index 51db718e72e2..3d3a998681ff 100644
--- a/vcl/win/source/gdi/winlayout.cxx
+++ b/vcl/win/source/gdi/winlayout.cxx
@@ -1708,7 +1708,7 @@ bool UniscribeLayout::GetItemSubrange( const VisualItem& rVisualItem,
&& (rVisualItem.mnEndCharPos <= mnEndCharPos ) )
return true;
- // get glyph range from char range by looking at cluster boundries
+ // get glyph range from char range by looking at cluster boundaries
// TODO: optimize for case that LTR/RTL correspond to monotonous glyph indexes
rMinGlyphPos = rVisualItem.mnEndGlyphPos;
int nMaxGlyphPos = 0;