desktop/source/lib/init.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d9ef86236891ec71c958b5402262dd698c51bb7f Author: Tor Lillqvist <t...@collabora.com> AuthorDate: Tue Aug 30 13:38:42 2022 +0300 Commit: Tor Lillqvist <t...@collabora.com> CommitDate: Tue Aug 30 13:14:32 2022 +0200 Fix typo Change-Id: I857bdb7831bd1e4158f80f09ec232d76d4db794e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139029 Tested-by: Tor Lillqvist <t...@collabora.com> Reviewed-by: Tor Lillqvist <t...@collabora.com> diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index e907b253248f..b1691938e3ce 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -2621,7 +2621,7 @@ static LibreOfficeKitDocument* lo_documentLoadWithOptions(LibreOfficeKit* pThis, // If the original font had an empty style and one of its replacement fonts has the same // family name, we assume the font is present. The root problem here is that the code // that collects font substitutions tends to get just empty styles for the font that is - // being substituted, as vcl::Font::GetStyleName() tents to return an empty string. + // being substituted, as vcl::Font::GetStyleName() tends to return an empty string. // (Italicness is instead indicated by what vcl::Font::GetItalic() returns and boldness // by what vcl::Font::GetWeight() returns.) if (aFontMappingUseData[i].mOriginalFont.indexOf('/') == -1)