svx/source/sdr/primitive2d/sdrdecompositiontools.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 188218fbe8ea412c371e94b7cfe69669a1b93d11
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Jul 19 13:09:52 2024 +0200
Commit:     Andrea Gelmini <andrea.gelm...@gelma.net>
CommitDate: Fri Jul 19 16:33:00 2024 +0200

    Fix typo
    
    Change-Id: I7a2a583f7646a6d881fecc47ba4cf9158d6d8dcb
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170756
    Tested-by: Jenkins
    Reviewed-by: Andrea Gelmini <andrea.gelm...@gelma.net>

diff --git a/svx/source/sdr/primitive2d/sdrdecompositiontools.cxx 
b/svx/source/sdr/primitive2d/sdrdecompositiontools.cxx
index 56656722d287..b9652f72f8f9 100644
--- a/svx/source/sdr/primitive2d/sdrdecompositiontools.cxx
+++ b/svx/source/sdr/primitive2d/sdrdecompositiontools.cxx
@@ -403,7 +403,7 @@ sal_uInt32 
SlideBackgroundFillPrimitive2D::getPrimitive2DID() const
 
             if(!rFillGradient.isDefault())
             {
-                // SDPR: check early if we have a radient and a alpha
+                // SDPR: check early if we have a gradient and an alpha
                 // gradient that 'fits' in it's geometric definition
                 // so that it can be rendered as RGBA directly. If yes,
                 // create it and return early

Reply via email to