oox/source/export/drawingml.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 91bdd2fa1a8d602a2af26dfbc38cdd09f2e8394e
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed May 3 19:55:51 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue May 9 19:25:18 2023 +0200

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

diff --git a/oox/source/export/drawingml.cxx b/oox/source/export/drawingml.cxx
index ad07308ada62..9f705a20cf9e 100644
--- a/oox/source/export/drawingml.cxx
+++ b/oox/source/export/drawingml.cxx
@@ -860,7 +860,7 @@ void DrawingML::WriteGradientFill(
                 // Caution: do not add 1st entry again, that would be double 
since it was
                 // already added as last element of the inverse run above. But 
only if
                 // the gradient has a start entry for 0.0 aka StartColor, else 
it is correct.
-                // Since aColorStops and aAlphaStops are already syched (see
+                // Since aColorStops and aAlphaStops are already synched (see
                 // synchronizeColorStops above), testing one of them is 
sufficient here.
                 aCurrColor++;
                 aCurrAlpha++;

Reply via email to