summaryrefslogtreecommitdiffstats
path: root/jurt/test
diff options
context:
space:
mode:
Diffstat (limited to 'jurt/test')
-rw-r--r--jurt/test/com/sun/star/lib/uno/environments/remote/TestWorkAt.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/jurt/test/com/sun/star/lib/uno/environments/remote/TestWorkAt.java b/jurt/test/com/sun/star/lib/uno/environments/remote/TestWorkAt.java
index 638427fe82ce..6c4a472e3e90 100644
--- a/jurt/test/com/sun/star/lib/uno/environments/remote/TestWorkAt.java
+++ b/jurt/test/com/sun/star/lib/uno/environments/remote/TestWorkAt.java
@@ -43,7 +43,7 @@ class TestWorkAt implements TestIWorkAt {
public synchronized void syncCall() throws Throwable {
++ _sync_counter;
- // at least in currently run tests this should never fire, so dont
+ // at least in currently run tests this should never fire, so don't
// defer the check until passedAsyncTest and assert here
assertEquals(MESSAGES, _async_counter);
if(_async_counter != MESSAGES)