summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/source/controls/unocontrol.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/controls/unocontrol.cxx b/toolkit/source/controls/unocontrol.cxx
index 84d2fcf3d328..a76c26e08e45 100644
--- a/toolkit/source/controls/unocontrol.cxx
+++ b/toolkit/source/controls/unocontrol.cxx
@@ -662,7 +662,7 @@ void UnoControl::ImplModelPropertiesChanged( const Sequence< PropertyChangeEvent
void UnoControl::disposing( const EventObject& rEvt ) throw(RuntimeException, std::exception)
{
::osl::ClearableMutexGuard aGuard( GetMutex() );
- // do not compare differing types in case of multible inheritance
+ // do not compare differing types in case of multiple inheritance
if ( maAccessibleContext.get() == rEvt.Source )
{