summaryrefslogtreecommitdiff
path: root/vcl/unx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-04-05 10:44:19 +0200
committerJulien Nabet <serval2412@yahoo.fr>2023-04-05 13:46:51 +0200
commitd2de1cf7e5d7dcb3f7e8420b8fbfad718a41b5a3 (patch)
tree56fc7af2c04e660beea734f680311487c3042265 /vcl/unx
parentcccfc2e705b3708854dc2de8bcc602fa45fdb5a8 (diff)
Fix typo
Change-Id: I1cf23442667a8ac6e9f8da2ea72bf60f5126236e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150047 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl/unx')
-rw-r--r--vcl/unx/generic/gdi/cairotextrender.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/generic/gdi/cairotextrender.cxx b/vcl/unx/generic/gdi/cairotextrender.cxx
index 32561cbb036e..ae75cbc26abb 100644
--- a/vcl/unx/generic/gdi/cairotextrender.cxx
+++ b/vcl/unx/generic/gdi/cairotextrender.cxx
@@ -327,7 +327,7 @@ void CairoTextRender::DrawTextLayout(const GenericSalLayout& rLayout, const SalG
int nRatio = nWidth * 10 / nHeight;
- // tdf#132112 excessive stretch of underbrace and overbrace can trigger freetype into an error, which propogates to cairo
+ // tdf#132112 excessive stretch of underbrace and overbrace can trigger freetype into an error, which propagates to cairo
// and once a cairo surface is in an error state, that cannot be cleared and all subsequent drawing fails, so bodge that
// with a high degree of stretch we draw the brace without stretch to a temp surface and stretch that to give a far
// poorer visual result, but one that can be rendered.