desktop/source/lib/init.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1c1e132593dbd7dc793c953c44bdbafe9271fac1
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu May 22 17:33:28 2025 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu May 22 17:38:36 2025 +0200

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

diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 40e522c635fe..716c97c9a18a 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -3381,7 +3381,7 @@ static void lo_trimMemory(LibreOfficeKit* /* pThis */, 
int nTarget)
             }
         }
 
-        // When more agressively reclaiming memory then shutdown threads which
+        // When more aggressively reclaiming memory then shutdown threads which
         // will restart on demand.
         joinThreads(JoinThreads::RESTARTS_ON_DEMAND);
     }

Reply via email to