wizards/source/scriptforge/python/scriptforge.py | 2 +- writerfilter/source/rtftok/rtfdocumentimpl.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 317af2e31bacb3fb5e9d705d966479d04e02e2a0 Author: Andrea Gelmini <[email protected]> AuthorDate: Tue Apr 6 21:23:56 2021 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Tue Apr 6 23:01:31 2021 +0200 Fix typos Change-Id: I64d32773984a3ab06e809fcaeff8f95b910e127b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113700 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/wizards/source/scriptforge/python/scriptforge.py b/wizards/source/scriptforge/python/scriptforge.py index 8daa100d8034..66079f63b472 100644 --- a/wizards/source/scriptforge/python/scriptforge.py +++ b/wizards/source/scriptforge/python/scriptforge.py @@ -350,7 +350,7 @@ class ScriptForge(object, metaclass = _Singleton): for method in methods: func = getattr(cls, method) if callable(func): - # Assign the synonymes to the original method + # Assign the synonyms to the original method m = method.lower() if hasattr(cls, m) is False: setattr(cls, m, func) diff --git a/writerfilter/source/rtftok/rtfdocumentimpl.cxx b/writerfilter/source/rtftok/rtfdocumentimpl.cxx index cf057bcaf6b1..7066c7b5c53e 100644 --- a/writerfilter/source/rtftok/rtfdocumentimpl.cxx +++ b/writerfilter/source/rtftok/rtfdocumentimpl.cxx @@ -371,7 +371,7 @@ void RTFDocumentImpl::resolveSubstream(std::size_t nPos, Id nId, OUString const& void RTFDocumentImpl::outputSettingsTable() { - // tdf#136740: do not change trarget document settings when pasting + // tdf#136740: do not change target document settings when pasting if (!m_bIsNewDoc) return; writerfilter::Reference<Properties>::Pointer_t pProp _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
