oox/qa/unit/wpc_drawing_canvas.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 6527c4f75f574105f61561d629f2c8d051483d65
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Nov 15 12:50:00 2023 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Nov 15 23:49:49 2023 +0100

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

diff --git a/oox/qa/unit/wpc_drawing_canvas.cxx 
b/oox/qa/unit/wpc_drawing_canvas.cxx
index a141776c9d6d..0857eb8099cf 100644
--- a/oox/qa/unit/wpc_drawing_canvas.cxx
+++ b/oox/qa/unit/wpc_drawing_canvas.cxx
@@ -132,7 +132,7 @@ CPPUNIT_TEST_FIXTURE(TestWPC, WPC_Glow)
 
 CPPUNIT_TEST_FIXTURE(TestWPC, WPC_BentConnector)
 {
-    // The document has two shapes connected with a bentConnecor on a drawing 
canvas.
+    // The document has two shapes connected with a bentConnector on a drawing 
canvas.
     loadFromURL(u"WPC_BentConnector.docx");
 
     // VML has no information about the target shapes of the connector. The 
connector was imported as
@@ -214,7 +214,7 @@ CPPUNIT_TEST_FIXTURE(TestWPC, WPC_tdf104671_Cloud)
     // The document has 'cloud' shape on a drawing canvas.
     loadFromURL(u"WPC_tdf104671_Cloud.docx");
 
-    // MS Office writes the 'cloud' shape without type to the VML fallback. 
Thus the VML import uses
+    // MS Office writes the 'cloud' shape without type to the VML fallback. 
Thus the VLM import uses
     // ClosedBezierShape with several closed polygons. That produces holes 
because of the even-odd
     // rule, and inner lines. The fix uses the mc:Choice alternative which 
provides the type for a
     // custom shape.

Reply via email to