summaryrefslogtreecommitdiff
path: root/include/comphelper
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-16 13:16:03 +0200
committerMichael Stahl <mstahl@redhat.com>2015-06-16 11:25:13 +0000
commit3fa7b0b70f8f21c65603aa2b7db53392fdbceec4 (patch)
tree62eec9d96f1ebcad33233186636a6bb3244371b9 /include/comphelper
parent814af9f1e59d1a76473b2c72cae4ba8afe1c52d4 (diff)
Fix typos
Change-Id: Id8c7cf460cba5af89891c470e1aaa61b227d356e Reviewed-on: https://gerrit.libreoffice.org/16310 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/comphelper')
-rw-r--r--include/comphelper/unique_disposing_ptr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/unique_disposing_ptr.hxx b/include/comphelper/unique_disposing_ptr.hxx
index 1848639698c2..5e4407d347d5 100644
--- a/include/comphelper/unique_disposing_ptr.hxx
+++ b/include/comphelper/unique_disposing_ptr.hxx
@@ -136,7 +136,7 @@ private:
//Something like an OutputDevice requires the SolarMutex to be taken before use
//for threadsafety. The user can ensure this, except in the case of its dtor
//being called from reset due to a terminate on the XComponent being called
-//from an aribitrary thread
+//from an arbitrary thread
template<class T> class unique_disposing_solar_mutex_reset_ptr
: public unique_disposing_ptr<T>
{