summaryrefslogtreecommitdiff
path: root/ridljar
diff options
context:
space:
mode:
Diffstat (limited to 'ridljar')
-rw-r--r--ridljar/com/sun/star/lib/util/DisposeListener.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/ridljar/com/sun/star/lib/util/DisposeListener.java b/ridljar/com/sun/star/lib/util/DisposeListener.java
index 92d7fdc90fff..6fdde2a8d74e 100644
--- a/ridljar/com/sun/star/lib/util/DisposeListener.java
+++ b/ridljar/com/sun/star/lib/util/DisposeListener.java
@@ -27,7 +27,7 @@ public interface DisposeListener {
/**
* Callback fired by a <code>DisposeNotifier</code> once it is disposed.
*
- * @param source the <code>DisposeNotifer</code> that fires the callback;
+ * @param source the <code>DisposeNotifier</code> that fires the callback;
* will never be <code>null</code>
*/
void notifyDispose(DisposeNotifier source);