vcl/source/font/fontmetric.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 92c35f820d87ac50c19d60572275e49e2911e80b Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Sep 30 22:31:38 2022 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sat Oct 1 10:40:48 2022 +0200 Fix typo Change-Id: Ice3068f3b20c0f8a20e8b3c05ddf358b971f66ee Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140810 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/vcl/source/font/fontmetric.cxx b/vcl/source/font/fontmetric.cxx index 1a2a024be013..7870131fae36 100644 --- a/vcl/source/font/fontmetric.cxx +++ b/vcl/source/font/fontmetric.cxx @@ -432,7 +432,7 @@ void ImplFontMetricData::ImplCalcLineSpacing(LogicalFontInstance* pFontInstance) } else { - // This is not a variable font, we try to chose the best metrics + // This is not a variable font, we try to choose the best metrics // ourselves for backward comparability: // // - hhea metrics should be used, since hhea is a mandatory font table