diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-08-30 21:14:00 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-08-31 07:19:56 +0200 |
commit | 9ba1e1486bf3fcccf98da93d3963b3d4036705a9 (patch) | |
tree | 58fb9cfa599dd25a122afe6cc3bdf7ebae42ba02 /desktop | |
parent | d806f9223ae53365acd9aa6cb448adbb1811c57c (diff) |
Fix typos
Change-Id: I4ed7373afbb4102bbfaf0565c248a5cc84bd3ab4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139068
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/lib/init.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index 7ff195152f23..deeb5f4faead 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -2658,8 +2658,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();) |