summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-04-28 13:57:12 +0200
committerJulien Nabet <serval2412@yahoo.fr>2022-04-28 17:09:59 +0200
commit6cb72c5fc6f9f10f6e450fb80c043c3afa88bd56 (patch)
treeb48aa050055d7589a021ec5a079ba3fbeba31f27
parentf757f152b1d2267e92a1100a9db58bf6e5aa8d3c (diff)
Fix typo
Change-Id: I600199f87df8a211b2a27913bc1fe2340d315766 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133552 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--vcl/source/gdi/impglyphitem.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/impglyphitem.cxx b/vcl/source/gdi/impglyphitem.cxx
index d6c59e5decfa..b313cf8967e2 100644
--- a/vcl/source/gdi/impglyphitem.cxx
+++ b/vcl/source/gdi/impglyphitem.cxx
@@ -372,7 +372,7 @@ SalLayoutGlyphsCache::CachedGlyphsKey::CachedGlyphsKey(const VclPtr<const Output
, font(outputDevice->GetFont())
// TODO It would be possible to get a better hit ratio if mapMode wasn't part of the key
// and results that differ only in mapmode would have coordinates adjusted based on that.
- // That would occassionally lead to rounding errors (at least differences that would
+ // That would occasionally lead to rounding errors (at least differences that would
// make checkGlyphsEqual() fail).
, mapMode(outputDevice->GetMapMode())
, rtl(outputDevice->IsRTLEnabled())