summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-12-08 20:47:21 +0100
committerJulien Nabet <serval2412@yahoo.fr>2023-12-08 22:48:19 +0100
commitb3122d56af5eefbb170de105579b59b097f34d58 (patch)
tree0c077e0872000f26b21e18a993499f2707a662e3 /sd
parent3b391cc79ce5fc58988ec495642ca662da3d9f46 (diff)
Fix typos
Change-Id: I9f61a7858a98ae6eb25cc49d237172876114c767 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160503 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sd')
-rw-r--r--sd/qa/unit/export-tests.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/qa/unit/export-tests.cxx b/sd/qa/unit/export-tests.cxx
index 428b09e983a1..7ee6e3a5e8cd 100644
--- a/sd/qa/unit/export-tests.cxx
+++ b/sd/qa/unit/export-tests.cxx
@@ -1959,7 +1959,7 @@ CPPUNIT_TEST_FIXTURE(SdExportTest, testSvgImageSupport)
// Access the Graphic
Graphic aGraphic(xGraphic);
- // Check if it contian a VectorGraphicData struct
+ // Check if it contains a VectorGraphicData struct
auto pVectorGraphic = aGraphic.getVectorGraphicData();
CPPUNIT_ASSERT_MESSAGE(sFailedMessage.getStr(), pVectorGraphic);