sfx2/qa/cppunit/autoredaction.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1e24215cef8a9cbf2a322a0b70d480d43bb0c42e
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu May 22 17:33:28 2025 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu May 22 17:37:42 2025 +0200

    Fix typo
    
    Change-Id: Ife1f48335d7be85cba2a2232a0246254ef22d68b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/185684
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sfx2/qa/cppunit/autoredaction.cxx 
b/sfx2/qa/cppunit/autoredaction.cxx
index d7723ee9e80d..e436ba9becec 100644
--- a/sfx2/qa/cppunit/autoredaction.cxx
+++ b/sfx2/qa/cppunit/autoredaction.cxx
@@ -30,7 +30,7 @@ public:
 
 CPPUNIT_TEST_FIXTURE(AutoRedactionTest, testImageRedaction)
 {
-    // Get the images size and postion from the writer
+    // Get the images size and position from the writer
     loadFromFile(u"autoredact_img.fodt");
     CPPUNIT_ASSERT_MESSAGE("Failed to load autoredact_img.odt", 
mxComponent.is());
 

Reply via email to