From 0a850f3e15ef762f33688b11a07624ec2674caa1 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 2 Mar 2017 12:29:36 +0100 Subject: Fix typos Change-Id: Iaefa094c82006346897f5563ac3ddcdc60ab68a3 Reviewed-on: https://gerrit.libreoffice.org/34809 Tested-by: Jenkins Reviewed-by: Noel Grandin --- animations/source/animcore/animcore.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'animations') 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; }; -- cgit