summaryrefslogtreecommitdiff
path: root/javaunohelper/test/com/sun
diff options
context:
space:
mode:
Diffstat (limited to 'javaunohelper/test/com/sun')
-rw-r--r--javaunohelper/test/com/sun/star/lib/uno/helper/ComponentBase_Test.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/javaunohelper/test/com/sun/star/lib/uno/helper/ComponentBase_Test.java b/javaunohelper/test/com/sun/star/lib/uno/helper/ComponentBase_Test.java
index c452fc5c0f4d..0c517ca68347 100644
--- a/javaunohelper/test/com/sun/star/lib/uno/helper/ComponentBase_Test.java
+++ b/javaunohelper/test/com/sun/star/lib/uno/helper/ComponentBase_Test.java
@@ -74,7 +74,7 @@ public class ComponentBase_Test
obj1.nDisposingCalled= 0;
obj2.nDisposingCalled= 0;
obj3.nDisposingCalled= 0;
- comp.dispose(); // allready disposed;
+ comp.dispose(); // already disposed;
r[i++]= obj1.nDisposingCalled == 0;
boolean bOk= true;