summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-09-26 17:17:44 +0200
committerJulien Nabet <serval2412@yahoo.fr>2017-09-26 17:24:11 +0200
commit1512084e6d875a22ee140780075c1a8dd56c9401 (patch)
tree156cf584d3fb5e1f4b926cb18d4aaa85f97f91d1
parentc10b3f85a3e600aefe88565356f98c9e78abd1ce (diff)
Fix typos
Change-Id: Id8f863963cb2f34d81f2ad82353caaa2d03d59be Reviewed-on: https://gerrit.libreoffice.org/42807 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--svx/source/dialog/framelink.cxx2
-rw-r--r--vcl/README.scheduler2
2 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/dialog/framelink.cxx b/svx/source/dialog/framelink.cxx
index 2dc0b0290345..6ee2988ebcb6 100644
--- a/svx/source/dialog/framelink.cxx
+++ b/svx/source/dialog/framelink.cxx
@@ -413,7 +413,7 @@ void getCutSet(
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 StyleVectorCombination& rCombination, // own vector and offsets for lines
const basegfx::B2DVector& rPerpendX, // normalized perpendicular to own vector
const std::vector< StyleVectorCombination >& rStyleVector) // other vectors emerging in this point
{
diff --git a/vcl/README.scheduler b/vcl/README.scheduler
index 9f3d8b203829..77917daedfb6 100644
--- a/vcl/README.scheduler
+++ b/vcl/README.scheduler
@@ -93,7 +93,7 @@ can be added to the scheduler reasonably.
Currently for Mac and Windows, we run main thread deferrals by disabling the
SolarMutex using a boolean. In the case of the redirect, this makes
-tryToaAcquire and doAcquire return true or 1, while a release is ignored.
+tryToAcquire and doAcquire return true or 1, while a release is ignored.
Also the IsCurrentThread() mutex check function will act accordingly, so all
the DBG_TESTSOLARMUTEX won't fail.