summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_implreg
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-06-08 14:06:08 +0200
committerNoel Grandin <noel@peralex.com>2015-06-08 14:06:54 +0200
commitb9dd51782ceba70bda091191349d31767b7bf744 (patch)
treeb08a32be30934595e9bdcf98e877f16a3d170e68 /qadevOOo/tests/java/mod/_implreg
parentc1692f620610621a139e54fb1f9d11d4c177608d (diff)
some spelling fixes, mostly in Java code
Change-Id: Ib9d0522a1f371404ee990348712e2d196049f69f
Diffstat (limited to 'qadevOOo/tests/java/mod/_implreg')
-rw-r--r--qadevOOo/tests/java/mod/_implreg/uno/ImplementationRegistration.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/mod/_implreg/uno/ImplementationRegistration.java b/qadevOOo/tests/java/mod/_implreg/uno/ImplementationRegistration.java
index dfa178a708b4..b07e10d7698e 100644
--- a/qadevOOo/tests/java/mod/_implreg/uno/ImplementationRegistration.java
+++ b/qadevOOo/tests/java/mod/_implreg/uno/ImplementationRegistration.java
@@ -33,7 +33,7 @@ import lib.TestParameters;
* <li> <code>com::sun::star::registry::XImplementationRegistration</code></li>
* </ul>
* This object test <b> is NOT </b> designed to be run in several
-* threads concurently.
+* threads concurrently.
* @see com.sun.star.registry.XImplementationRegistration
* @see com.sun.star.registry.ImplementationRegistration
* @see ifc.registry._XImplementationRegistration
@@ -41,7 +41,7 @@ import lib.TestParameters;
public class ImplementationRegistration extends TestCase {
/**
- * Creating a Testenvironment for the interfaces to be tested.
+ * Creating a TestEnvironment for the interfaces to be tested.
* Creates service
* <code>com.sun.star.registry.ImplementationRegistration</code>.
*/