Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2015-12-18 11:25:34 +0000
committerEike Stepper2015-12-18 11:25:34 +0000
commit434699e1111993866a556d2fbd6e80680484372c (patch)
tree8b3ff93d8a7276d9bdb1aaf5656c81d646ac0684
parent4b6cd3d7e9ad5d1de525c26bbac5557c46f4c6b4 (diff)
downloadcdo-434699e1111993866a556d2fbd6e80680484372c.tar.gz
cdo-434699e1111993866a556d2fbd6e80680484372c.tar.xz
cdo-434699e1111993866a556d2fbd6e80680484372c.zip
[Releng] Fix typo in Bugzilla_390185_Test
-rw-r--r--plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/bugzilla/Bugzilla_390185_Test.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/bugzilla/Bugzilla_390185_Test.java b/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/bugzilla/Bugzilla_390185_Test.java
index b81aa684e9..c8104e2aee 100644
--- a/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/bugzilla/Bugzilla_390185_Test.java
+++ b/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/bugzilla/Bugzilla_390185_Test.java
@@ -50,7 +50,7 @@ public class Bugzilla_390185_Test extends AbstractCDOTest
if (!latch.await(DEFAULT_TIMEOUT, TimeUnit.MILLISECONDS))
{
- throw new TimeoutException("Not all actory finished in time");
+ throw new TimeoutException("Not all actors finished in time");
}
}

Back to the top