summaryrefslogtreecommitdiff
path: root/animations/source/animcore/animcore.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'animations/source/animcore/animcore.cxx')
-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;
};