summaryrefslogtreecommitdiff
path: root/udkapi
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi')
-rw-r--r--udkapi/com/sun/star/lang/XComponent.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/udkapi/com/sun/star/lang/XComponent.idl b/udkapi/com/sun/star/lang/XComponent.idl
index 2b3ce85610c8..b0390d3a87f4 100644
--- a/udkapi/com/sun/star/lang/XComponent.idl
+++ b/udkapi/com/sun/star/lang/XComponent.idl
@@ -51,7 +51,7 @@ published interface XComponent: com::sun::star::uno::XInterface
</p>
<p>
The object must notify all registered listeners using the method
- XEventListener::disposing(). All notfied objects
+ XEventListener::disposing(). All notified objects
should release there references to this object without
calling XComponent::removeEventListener()
(the disposed object will release the listeners eitherway).