diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-04-28 13:57:12 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-04-28 17:09:59 +0200 |
commit | 6cb72c5fc6f9f10f6e450fb80c043c3afa88bd56 (patch) | |
tree | b48aa050055d7589a021ec5a079ba3fbeba31f27 /vcl | |
parent | f757f152b1d2267e92a1100a9db58bf6e5aa8d3c (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>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/gdi/impglyphitem.cxx | 2 |
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()) |