desktop/source/lib/init.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 9ba1e1486bf3fcccf98da93d3963b3d4036705a9
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Aug 30 21:14:00 2022 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Aug 31 07:19:56 2022 +0200

    Fix typos
    
    Change-Id: I4ed7373afbb4102bbfaf0565c248a5cc84bd3ab4
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139068
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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();)

Reply via email to