drawinglayer/source/processor2d/processor2dtools.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cb874333a88e48f8cb340a934c9d0225d220fb1c
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Sep 23 16:59:51 2024 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Mon Sep 23 17:08:39 2024 +0200

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

diff --git a/drawinglayer/source/processor2d/processor2dtools.cxx 
b/drawinglayer/source/processor2d/processor2dtools.cxx
index 08b4241f40be..e11f64a11da9 100644
--- a/drawinglayer/source/processor2d/processor2dtools.cxx
+++ b/drawinglayer/source/processor2d/processor2dtools.cxx
@@ -45,7 +45,7 @@ std::unique_ptr<BaseProcessor2D> 
createPixelProcessor2DFromOutputDevice(
         // possibility to deactivate for easy test/request testing
         nullptr == std::getenv("DISABLE_SYSTEM_DEPENDENT_PRIMITIVE_RENDERER")
 
-        // Use this if all is stable/teste for a while
+        // Use this if all is stable/tested for a while
         // true
 
         // Also possible: make dependent on ExperimentalMode

Reply via email to