[Libreoffice-commits] core.git: include/vcl sc/qa

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Mon Jan 4 20:12:13 UTC 2021


 include/vcl/BinaryDataContainer.hxx |    2 +-
 sc/qa/unit/scshapetest.cxx          |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 8218b1554bb7520ebfbeeb1cc2e4f8b3f8549979
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Jan 4 11:29:32 2021 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Jan 4 21:11:28 2021 +0100

    Fix typos
    
    Change-Id: I1c43f0704dd7636f414ed7697b48f5092dc531c7
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108422
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/include/vcl/BinaryDataContainer.hxx b/include/vcl/BinaryDataContainer.hxx
index b137bdb5dbb9..af79f474e3e4 100644
--- a/include/vcl/BinaryDataContainer.hxx
+++ b/include/vcl/BinaryDataContainer.hxx
@@ -14,7 +14,7 @@
 #include <vector>
 #include <memory>
 
-/** Container for the binary data, which responsiility is to manage the
+/** Container for the binary data, whose responsibility is to manage the
  *  make it as simple as possible to manage the binary data. The binary
  *  data can be anything, but typically it is a in-memory data from
  *  files (i.e. files of graphic formats).
diff --git a/sc/qa/unit/scshapetest.cxx b/sc/qa/unit/scshapetest.cxx
index 344a26e28901..fc5557cdc1f8 100644
--- a/sc/qa/unit/scshapetest.cxx
+++ b/sc/qa/unit/scshapetest.cxx
@@ -148,7 +148,7 @@ static void lcl_AssertPointEqualWithTolerance(std::string_view sInfo, const Poin
 void ScShapeTest::testTdf137033_FlipHori_Resize()
 {
     // Load a document, which has a rotated custom shape, which is horizontal flipped. Error was, that
-    // if such shape was anchored "resize with cell", then after save and reload it was destorted.
+    // if such shape was anchored "resize with cell", then after save and reload it was distorted.
     OUString aFileURL;
     createFileURL(u"tdf137033_FlipHoriRotCustomShape.ods", aFileURL);
     uno::Reference<css::lang::XComponent> xComponent = loadFromDesktop(aFileURL);


More information about the Libreoffice-commits mailing list