vcl/source/font/fontmetric.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d9ec00833d37579884acfcac0e75519fd6287a27 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Sep 30 22:30:15 2022 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sat Oct 1 10:40:24 2022 +0200 Fix typo Change-Id: Ib547189e0f87f3e3a3096dd587127706474983cc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140809 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 e4d4089b5829..1a2a024be013 100644 --- a/vcl/source/font/fontmetric.cxx +++ b/vcl/source/font/fontmetric.cxx @@ -394,7 +394,7 @@ bool ImplFontMetricData::ShouldUseWinMetrics(int nAscent, int nDescent, int nTyp } // These are “private” HarfBuzz metrics tags, they are supported by not exposed -// in the public header. They are safe ti use, HarfBuzz just does not want to +// in the public header. They are safe to use, HarfBuzz just does not want to // advertise them. constexpr auto ASCENT_OS2 = static_cast<hb_ot_metrics_tag_t>(HB_TAG('O', 'a', 's', 'c')); constexpr auto DESCENT_OS2 = static_cast<hb_ot_metrics_tag_t>(HB_TAG('O', 'd', 's', 'c'));