oox/qa/unit/mcgr.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 424e537b9f02aadef60c9b0c29f27503f7d7d51a
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Jun 26 14:50:01 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Mon Jun 26 15:45:14 2023 +0200

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

diff --git a/oox/qa/unit/mcgr.cxx b/oox/qa/unit/mcgr.cxx
index cc9efa6bc4ba..1fb06bb3f1f1 100644
--- a/oox/qa/unit/mcgr.cxx
+++ b/oox/qa/unit/mcgr.cxx
@@ -86,7 +86,7 @@ CPPUNIT_TEST_FIXTURE(TestMCGR, testStepCount)
     xmlDocUniquePtr pXmlDoc = parseExport("ppt/slides/slide1.xml");
 
     // Without the fix the colors in the sections were wrong. And when opening 
a file with StepCount
-    // and saving it immedialtly to pptx, a continues gradient might be 
produced.
+    // and saving it immediately to pptx, a continuous gradient might be 
produced.
 
     const OString sPath = "//a:gradFill/a:gsLst/";
     // The default way of load and save would have produced 2 stops, but we 
need start stop, end stop

Reply via email to