sfx2/source/doc/docfile.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2c8610f51ef704187ee88226d631ecdf2dd85272
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Aug 28 21:57:53 2024 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu Aug 29 10:54:12 2024 +0200

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

diff --git a/sfx2/source/doc/docfile.cxx b/sfx2/source/doc/docfile.cxx
index 3a5fa149d786..286495b7918f 100644
--- a/sfx2/source/doc/docfile.cxx
+++ b/sfx2/source/doc/docfile.cxx
@@ -345,7 +345,7 @@ CheckReadOnlyTaskTerminateListener::notifyTermination(const 
css::lang::EventObje
     mCond.notify_one();
 }
 
-/// Temporary file wrapper to handle tmp file lifecyle
+/// Temporary file wrapper to handle tmp file lifecycle
 /// for lok fork a background saving worker issues.
 class MediumTempFile : public ::utl::TempFileNamed
 {

Reply via email to