include/comphelper/solarmutex.hxx |    2 +-
 svx/source/dialog/framelink.cxx   |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 0ecd541ca4c4526f3b051af111793230e4ae46d8
Author: Andrea Gelmini <andrea.gelm...@gelma.net>
Date:   Tue Sep 19 10:14:24 2017 +0200

    Fix typos
    
    Change-Id: I59c6ca2af7a3aab55da6a29afa02dcd611492a59
    Reviewed-on: https://gerrit.libreoffice.org/42452
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Julien Nabet <serval2...@yahoo.fr>

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
diff --git a/svx/source/dialog/framelink.cxx b/svx/source/dialog/framelink.cxx
index 2c58e3c28528..b3eac73a9f30 100644
--- a/svx/source/dialog/framelink.cxx
+++ b/svx/source/dialog/framelink.cxx
@@ -522,8 +522,8 @@ CutSet getMinMaxCutSet(
 void getExtends(
     std::vector<ExtendSet>& rExtendSet,                     // target 
Left/Right values to fill
     const basegfx::B2DPoint& rOrigin,                       // own vector start
-    const StyleVectorCombination& rCombination,             // own vector and 
offstets for lines
-    const basegfx::B2DVector& rPerpendX,                     // normalized 
perpendicular to own vector
+    const StyleVectorCombination& rCombination,             // own vector and 
offsets for lines
+    const basegfx::B2DVector& rPerpendX,                    // normalized 
perpendicular to own vector
     const StyleVectorTable& rStyleVectorTable)              // other vectors 
emerging in this point
 {
     if(!rCombination.empty() && rCombination.size() == rExtendSet.size())
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to