From b2e86d2e26a7675b925b50b26e0ed4b3a946e9b9 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 21 Apr 2016 23:21:13 +0200 Subject: Fix typos Change-Id: Iea11112a1bf1ff934de0e355b9e81979aa1966a3 Reviewed-on: https://gerrit.libreoffice.org/24286 Tested-by: Jenkins Reviewed-by: jan iversen --- UnoControls/inc/basecontrol.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'UnoControls') diff --git a/UnoControls/inc/basecontrol.hxx b/UnoControls/inc/basecontrol.hxx index 6ea4bd12ac63..3970e75a925c 100644 --- a/UnoControls/inc/basecontrol.hxx +++ b/UnoControls/inc/basecontrol.hxx @@ -101,7 +101,7 @@ namespace unocontrols{ struct IMPL_MutexContainer { - // Is necassery to initialize "BaseControl" and make this class thread-safe. + // Is necessary to initialize "BaseControl" and make this class thread-safe. ::osl::Mutex m_aMutex; }; -- cgit