xmloff/source/draw/ximpshap.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 2b807baa2fd596ce4728cbc5ffbf8f8a50a60a54 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Thu Sep 7 08:45:29 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Thu Sep 7 10:52:01 2023 +0200 Fix typo Change-Id: I4f2f281c12fefe6f69ceacb715faf2b8644abeaa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156635 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/xmloff/source/draw/ximpshap.cxx b/xmloff/source/draw/ximpshap.cxx index 7532b4320099..24475522f1e5 100644 --- a/xmloff/source/draw/ximpshap.cxx +++ b/xmloff/source/draw/ximpshap.cxx @@ -1964,7 +1964,7 @@ void SdXMLConnectorShapeContext::startFastElement (sal_Int32 nElement, if ( bApplySVGD ) { // tdf#83360 use path data only when redundant data of start and end point coordinates of - // path start/end and connector start/end is equal. This is to avoid using erraneous + // path start/end and connector start/end is equal. This is to avoid using erroneous // or inconsistent path data at import of foreign formats. Office itself always // writes out a consistent data set. Not using it when there is inconsistency // is okay since the path data is redundant, buffered data just to avoid recalculation