configure.ac | 2 +- sc/qa/unit/subsequent_export_test.cxx | 2 +- svx/source/dialog/compressgraphicdialog.cxx | 2 +- sw/source/core/docnode/node.cxx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-)
New commits: commit d2941516a6c133bd2b67f80bc54538e474610f4e Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Mon Feb 21 17:44:12 2022 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Tue Feb 22 19:52:31 2022 +0100 Fix typos Change-Id: I705530b841a5e1a4c45f78408948d4cdba630d96 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130291 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/configure.ac b/configure.ac index 1b5303125466..37fe3ff27ec2 100644 --- a/configure.ac +++ b/configure.ac @@ -248,7 +248,7 @@ dnl path location is gpg, so make sure we find it unset mac_gpg_path } -dnl sematically test a three digits version +dnl semantically test a three digits version dnl $1 - $3 = minimal version dnl $4 - $6 = current version diff --git a/sc/qa/unit/subsequent_export_test.cxx b/sc/qa/unit/subsequent_export_test.cxx index 79ec1e14b4be..0417edb08768 100644 --- a/sc/qa/unit/subsequent_export_test.cxx +++ b/sc/qa/unit/subsequent_export_test.cxx @@ -1991,7 +1991,7 @@ void ScExportTest::testRichTextExportODS() if (aSecAttrs.size() != 3) return false; - // First section shoul have overline applied. + // First section should have overline applied. const editeng::Section* pAttr = aSecAttrs.data(); if (pAttr->mnParagraph != 0 || pAttr->mnStart != 0 || pAttr->mnEnd != 4) return false; diff --git a/svx/source/dialog/compressgraphicdialog.cxx b/svx/source/dialog/compressgraphicdialog.cxx index 7c9a8a44be33..77a791a1b20a 100644 --- a/svx/source/dialog/compressgraphicdialog.cxx +++ b/svx/source/dialog/compressgraphicdialog.cxx @@ -39,7 +39,7 @@ #include <tools/stream.hxx> #include <unotools/localedatawrapper.hxx> -// tdf#146929 - remember user settings within the currect session +// tdf#146929 - remember user settings within the current session // memp is filled in dtor and restored after initialization namespace { diff --git a/sw/source/core/docnode/node.cxx b/sw/source/core/docnode/node.cxx index 788ce19a177c..f51af56a59b5 100644 --- a/sw/source/core/docnode/node.cxx +++ b/sw/source/core/docnode/node.cxx @@ -1049,7 +1049,7 @@ void SwStartNode::dumpAsXml(xmlTextWriterPtr pWriter) const * * The EndOfSection pointer of the corresponding start node is set to this node. * - * @param rWhere position where the node shoul be inserted + * @param rWhere position where the node should be inserted * @param rSttNd the start note of the section */