summaryrefslogtreecommitdiff
path: root/animations
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-02 12:29:36 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-03 07:47:54 +0000
commit0a850f3e15ef762f33688b11a07624ec2674caa1 (patch)
treeb8f814cdb25132b2166aea8ec29359505d7c6184 /animations
parent6fab286b2a213575e3b1ccd0eddb00c8b242af00 (diff)
Fix typos
Change-Id: Iaefa094c82006346897f5563ac3ddcdc60ab68a3 Reviewed-on: https://gerrit.libreoffice.org/34809 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'animations')
-rw-r--r--animations/source/animcore/animcore.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/animations/source/animcore/animcore.cxx b/animations/source/animcore/animcore.cxx
index b45e48fa1564..ff30100ce0fe 100644
--- a/animations/source/animcore/animcore.cxx
+++ b/animations/source/animcore/animcore.cxx
@@ -121,7 +121,7 @@ class AnimationNodeBase : public XAnimateMotion,
public OWeakObject
{
public:
- // our first, last and only protection from mutli-threads!
+ // our first, last and only protection from multi-threads!
Mutex maMutex;
};
@@ -364,7 +364,7 @@ private:
/** current iteration position */
ChildList_t::iterator maIter;
- /** our first, last and only protection from mutli-threads! */
+ /** our first, last and only protection from multi-threads! */
Mutex maMutex;
};