vcl/headless/CairoCommon.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2a217a80bf383ddab0a5e0959ab2fd907dfd3406
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Oct 4 15:29:42 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Oct 4 23:03:24 2023 +0200

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

diff --git a/vcl/headless/CairoCommon.cxx b/vcl/headless/CairoCommon.cxx
index 3c57f065da37..4d29e8a1602f 100644
--- a/vcl/headless/CairoCommon.cxx
+++ b/vcl/headless/CairoCommon.cxx
@@ -775,7 +775,7 @@ void CairoCommon::drawLine(tools::Long nX1, tools::Long 
nY1, tools::Long nX2, to
     releaseCairoContext(cr, false, extents);
 }
 
-// true if we have a fill color and the line color is the same or non-existant
+// true if we have a fill color and the line color is the same or non-existent
 static bool onlyFillRect(const std::optional<Color>& rFillColor,
                          const std::optional<Color>& rLineColor)
 {

Reply via email to