[Libreoffice-commits] core.git: include/comphelper

Michael Stahl mstahl at redhat.com
Tue Sep 19 11:12:40 UTC 2017


 include/comphelper/solarmutex.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9252122554d1510275029c5025ee480ec55caaf3
Author: Michael Stahl <mstahl at redhat.com>
Date:   Tue Sep 19 13:10:35 2017 +0200

    it's spelled "facade"
    
    Change-Id: I5533a870f44bd12206e3627fe0469f37f4e02436

diff --git a/include/comphelper/solarmutex.hxx b/include/comphelper/solarmutex.hxx
index 27c0a81d1a4e..e00f51dd728a 100644
--- a/include/comphelper/solarmutex.hxx
+++ b/include/comphelper/solarmutex.hxx
@@ -84,7 +84,7 @@ inline sal_uInt32 SolarMutex::release( bool bUnlockAll )
  * Treat this as a singleton, as its constructor calls
  * setSolarMutex( this )!
  *
- * Kept separated from SolarMutex, so others can implement cascades.
+ * Kept separated from SolarMutex, so others can implement facades.
  */
 class COMPHELPER_DLLPUBLIC GenericSolarMutex
     : public SolarMutex


More information about the Libreoffice-commits mailing list