summaryrefslogtreecommitdiffstats
path: root/qadevOOo/tests/java/ifc/reflection/_XProxyFactory.java
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-06-19 16:43:41 +0200
committerAndras Timar <atimar@suse.com>2012-06-19 16:44:08 +0200
commit54e9a2839065daf54bd22749daa66c8c58fc7b23 (patch)
tree589dae79835e0491a83f4ac0ac96b6ddfbd49dfc /qadevOOo/tests/java/ifc/reflection/_XProxyFactory.java
parentdo not repeate twice .0.0.beta2 in the download tarball name (diff)
downloadcore-54e9a2839065daf54bd22749daa66c8c58fc7b23.tar.gz
core-54e9a2839065daf54bd22749daa66c8c58fc7b23.zip
typo: paramters, paramaters -> parameters
Change-Id: If58683331c50f2a95204e8e2dea11edbef3ccb63
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 655cb59256d0..4943a5909b3c 100644
--- a/qadevOOo/tests/java/ifc/reflection/_XProxyFactory.java
+++ b/qadevOOo/tests/java/ifc/reflection/_XProxyFactory.java
@@ -61,7 +61,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 {