summaryrefslogtreecommitdiff
path: root/ridljar
diff options
context:
space:
mode:
Diffstat (limited to 'ridljar')
-rw-r--r--ridljar/com/sun/star/lib/util/WeakMap.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/ridljar/com/sun/star/lib/util/WeakMap.java b/ridljar/com/sun/star/lib/util/WeakMap.java
index 75b89b12c7d8..f3b3b55a356b 100644
--- a/ridljar/com/sun/star/lib/util/WeakMap.java
+++ b/ridljar/com/sun/star/lib/util/WeakMap.java
@@ -158,7 +158,7 @@ public final class WeakMap<K,V> implements Map {
*
* <p>This is a modifying operation.</p>
*
- * @param key the key with witch the specified value is to be associated
+ * @param key the key with which the specified value is to be associated
* @param value the value to be associated with the specified key. This
* must be a plain object, which is then wrapped in a
* <code>WeakReference</code>.