diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-09-19 10:14:24 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-09-19 10:22:38 +0200 |
commit | 0ecd541ca4c4526f3b051af111793230e4ae46d8 (patch) | |
tree | 4668a8b04edd2664ebcf1c0bd863709ee0551bc6 /include | |
parent | 505a062b47f01f7bc68d8450397f7cc6d818c80c (diff) |
Fix typos
Change-Id: I59c6ca2af7a3aab55da6a29afa02dcd611492a59
Reviewed-on: https://gerrit.libreoffice.org/42452
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r-- | include/comphelper/solarmutex.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/solarmutex.hxx b/include/comphelper/solarmutex.hxx index 76aea3fa336f..27c0a81d1a4e 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 seperately from SolarMutex, so others can implement fascades. + * Kept separated from SolarMutex, so others can implement cascades. */ class COMPHELPER_DLLPUBLIC GenericSolarMutex : public SolarMutex |