vcl/source/gdi/impglyphitem.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 6cb72c5fc6f9f10f6e450fb80c043c3afa88bd56 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Thu Apr 28 13:57:12 2022 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Thu Apr 28 17:09:59 2022 +0200 Fix typo Change-Id: I600199f87df8a211b2a27913bc1fe2340d315766 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133552 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> 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())