desktop/source/lib/init.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit b1e5cf0cd27b970ca6fe37f16390dc2f2551407f Author: Tor Lillqvist <[email protected]> AuthorDate: Thu Sep 1 12:30:19 2022 +0300 Commit: Tor Lillqvist <[email protected]> CommitDate: Wed Sep 7 06:53:37 2022 +0200 Fix typos Change-Id: Iec730c1902b726fa28de88b5b5d093c7d697645d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139159 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Tor Lillqvist <[email protected]> diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index ee0c1a2c1d0d..76490c4f2938 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -2670,8 +2670,8 @@ static LibreOfficeKitDocument* lo_documentLoadWithOptions(LibreOfficeKit* pThis, } } - // Filter out substitutions where a proprietary font has been substituded by a - // metric-compatible one. Onviously this is just a heuristic and implemented only for some + // Filter out substitutions where a proprietary font has been substituted by a + // metric-compatible one. Obviously this is just a heuristic and implemented only for some // well-known cases. for (std::size_t i = 0; i < aFontMappingUseData.size();)
