oox/source/export/drawingml.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 5713871497f81bd4b4196a217c9084f2db3e6614
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Apr 17 18:01:41 2023 +0200
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Mon Apr 17 20:39:46 2023 +0200

    Fix typos
    
    Change-Id: Idfb50721c4844de4354a4ab65d41b15529fe7c69
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150525
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/oox/source/export/drawingml.cxx b/oox/source/export/drawingml.cxx
index 58b2b1fbb2a7..9f02652f2b04 100644
--- a/oox/source/export/drawingml.cxx
+++ b/oox/source/export/drawingml.cxx
@@ -910,7 +910,7 @@ void DrawingML::WriteGradientFill2(
             basegfx::ColorStops aNewColorStops;
             basegfx::ColorStops aNewAlphaStops;
 
-            // add mirrored gadients, scaled to [0.0 .. 0.5]
+            // add mirrored gradients, scaled to [0.0 .. 0.5]
             basegfx::ColorStops::const_reverse_iterator 
aRevCurrColor(aColorStops.rbegin());
             basegfx::ColorStops::const_reverse_iterator 
aRevCurrAlpha(aAlphaStops.rbegin());
 
@@ -947,7 +947,7 @@ void DrawingML::WriteGradientFill2(
         // case awt::GradientStyle_RECT:
         // case awt::GradientStyle_SQUARE:
         {
-            // all these types need the gadiens to be mirrored
+            // all these types need the gradients to be mirrored
             basegfx::utils::reverseColorStops(aColorStops);
             basegfx::utils::reverseColorStops(aAlphaStops);
 

Reply via email to