summaryrefslogtreecommitdiffstats
path: root/sfx2/source/notify/eventsupplier.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/notify/eventsupplier.cxx')
-rw-r--r--sfx2/source/notify/eventsupplier.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/notify/eventsupplier.cxx b/sfx2/source/notify/eventsupplier.cxx
index 216ef91b03ca..69076ad019d9 100644
--- a/sfx2/source/notify/eventsupplier.cxx
+++ b/sfx2/source/notify/eventsupplier.cxx
@@ -268,7 +268,7 @@ void SAL_CALL SfxEvents_Impl::notifyEvent( const document::EventObject& aEvent )
{
::osl::ClearableMutexGuard aGuard( maMutex );
- // get the event name, find the coresponding data, execute the data
+ // get the event name, find the corresponding data, execute the data
OUString aName = aEvent.EventName;
long nCount = maEventNames.getLength();