summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/reflection/_XProxyFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/reflection/_XProxyFactory.java')
-rw-r--r--qadevOOo/tests/java/ifc/reflection/_XProxyFactory.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/reflection/_XProxyFactory.java b/qadevOOo/tests/java/ifc/reflection/_XProxyFactory.java
index f6bd15218609..9c0b8afdaebf 100644
--- a/qadevOOo/tests/java/ifc/reflection/_XProxyFactory.java
+++ b/qadevOOo/tests/java/ifc/reflection/_XProxyFactory.java
@@ -57,7 +57,7 @@ public class _XProxyFactory extends MultiMethodTest {
* called. The goal is to check if the real object method
* was called throwgh it's proxy. <p>
* Has <b>OK</b> status if the real object method was
- * called and paramters were passed correctly.
+ * called and parameters were passed correctly.
*/
public void _createProxy() {
class MyObject implements XInitialization {