summaryrefslogtreecommitdiff
path: root/jurt
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-30 13:00:15 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-09-30 11:03:11 +0000
commit9956b99e68c45a82015766873b4b7f581462bef2 (patch)
tree0dc1780f79d1e17f05efe5132e504c99b9c69dd7 /jurt
parent3764f7435eb00053e04ea3e8f042fcfc5c7826f2 (diff)
Fix typos
Change-Id: I44bdb63bef76e9686e995661a24a3bef7cd50ab7 Reviewed-on: https://gerrit.libreoffice.org/18959 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'jurt')
-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)