framework/source/fwi/threadhelp/transactionmanager.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 74c89ed4489f8427622dfdd3a4a6818866c4dbe7
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Jun 14 22:43:13 2019 +0000
Commit:     Jens Carl <j.car...@gmx.de>
CommitDate: Wed Jun 19 08:08:52 2019 +0200

    Fix typo
    
    Change-Id: I1a74632221a1ae05e035c9aa5bd04914cfe7e7d6
    Reviewed-on: https://gerrit.libreoffice.org/74318
    Tested-by: Jenkins
    Reviewed-by: Jens Carl <j.car...@gmx.de>

diff --git a/framework/source/fwi/threadhelp/transactionmanager.cxx 
b/framework/source/fwi/threadhelp/transactionmanager.cxx
index 5d78b81a9324..99682549b024 100644
--- a/framework/source/fwi/threadhelp/transactionmanager.cxx
+++ b/framework/source/fwi/threadhelp/transactionmanager.cxx
@@ -91,7 +91,7 @@ void  TransactionManager::setWorkingMode( EWorkingMode eMode )
     }
     // Wait for current existing transactions then!
     // (Only necessary for changing to E_BEFORECLOSE or E_CLOSE!...
-    // otherwise; if you wait at setting E_WORK another thread could finish a 
acquire-call during our unlock() and wait() call
+    // otherwise; if you wait at setting E_WORK another thread could finish an 
acquire-call during our unlock() and wait() call
     // ... and we will wait forever here!!!)
     // Don't forget to release access mutex before.
     if( bWaitFor )
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to