svx/source/svdraw/svdetc.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 54a836fa5af3428d893cffe5d7a0963b092e9f70
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Oct 29 00:04:55 2024 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue Oct 29 10:12:43 2024 +0100

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

diff --git a/svx/source/svdraw/svdetc.cxx b/svx/source/svdraw/svdetc.cxx
index e3dcb280e92f..18db17c23310 100644
--- a/svx/source/svdraw/svdetc.cxx
+++ b/svx/source/svdraw/svdetc.cxx
@@ -332,10 +332,10 @@ std::optional<Color> GetDraftFillColor(const SfxItemSet& 
rSet)
     Color aBackground(aColorConfig.GetColorValue(svtools::DOCCOLOR).nColor);
 
     // https://en.wikipedia.org/wiki/Alpha_compositing
-    // We are here calculating transperency fill color against background with
+    // We are here calculating transparency fill color against background with
     // To put it is simple words with example
     // I.E: fill is Red (FF0000) and background is pure white (FFFFFF)
-    // If we add 50% transperency to fill color will look like Pink(ff7777)
+    // If we add 50% transparency to fill color will look like Pink(ff7777)
 
     // TODO: calculate this colors based on object in background  and not just 
the doc color
     aResult.SetRed(

Reply via email to