summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_pcr/ObjectInspector.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_pcr/ObjectInspector.java')
-rw-r--r--qadevOOo/tests/java/mod/_pcr/ObjectInspector.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/mod/_pcr/ObjectInspector.java b/qadevOOo/tests/java/mod/_pcr/ObjectInspector.java
index 25780676e865..d2f819981371 100644
--- a/qadevOOo/tests/java/mod/_pcr/ObjectInspector.java
+++ b/qadevOOo/tests/java/mod/_pcr/ObjectInspector.java
@@ -52,7 +52,7 @@ import util.utils;
* <li> <code>com::sun::star::frame::XController</code></li>
* </ul>
* This object test <b> is NOT </b> designed to be run in several
- * threads concurently.
+ * threads concurrently.
* @see com.sun.star.lang.XComponent
* @see com.sun.star.inspection.XObjectInspector
* @see com.sun.star.frame.XController
@@ -83,7 +83,7 @@ public class ObjectInspector extends TestCase {
}
/**
- * Creating a Testenvironment for the interfaces to be tested.
+ * Creating a TestEnvironment for the interfaces to be tested.
* Creates an instance of the service
* <code>com.sun.star.inspection.ObjectInspector</code> and adds it to
* a floating frame.<br>
@@ -92,7 +92,7 @@ public class ObjectInspector extends TestCase {
* <CODE>com.sun.star.inspection.XPropertyHandler</CODE> was used.
* @param tParam the tests parameter
* @param log the logger
- * @return the test environement
+ * @return the test environment
* @see util.DesktopTools
* @see helper.PropertyHandlerImpl
*/