diff options
author | Andras Timar <atimar@suse.com> | 2012-06-19 16:43:41 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-06-19 16:44:08 +0200 |
commit | 54e9a2839065daf54bd22749daa66c8c58fc7b23 (patch) | |
tree | 589dae79835e0491a83f4ac0ac96b6ddfbd49dfc /qadevOOo | |
parent | ed4c2ab1e3f83cce828734b887e4884fc2f5ac4c (diff) |
typo: paramters, paramaters -> parameters
Change-Id: If58683331c50f2a95204e8e2dea11edbef3ccb63
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/runner/util/XMLTools.java | 4 | ||||
-rw-r--r-- | qadevOOo/tests/java/ifc/reflection/_XProxyFactory.java | 2 | ||||
-rw-r--r-- | qadevOOo/tests/java/mod/_sw/ConditionalParagraphStyle.java | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/runner/util/XMLTools.java b/qadevOOo/runner/util/XMLTools.java index 0967ddd65d27..f724c1f1db45 100644 --- a/qadevOOo/runner/util/XMLTools.java +++ b/qadevOOo/runner/util/XMLTools.java @@ -343,7 +343,7 @@ public class XMLTools { /** * Checks if there were no errors during document handling. * I.e. startDocument() and endDocument() must be called, - * XML must be well formed, paramters must be valid. + * XML must be well formed, parameters must be valid. */ public boolean isWellFormed() { if (!docEnded) { @@ -936,4 +936,4 @@ public class XMLTools { xImp.setTargetDocument(xDoc) ; parseXMLFile(xMSF, fileURL, xDocHandImp) ; } -}
\ No newline at end of file +} 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 { diff --git a/qadevOOo/tests/java/mod/_sw/ConditionalParagraphStyle.java b/qadevOOo/tests/java/mod/_sw/ConditionalParagraphStyle.java index 072071bb04eb..1fc6a6f1a56d 100644 --- a/qadevOOo/tests/java/mod/_sw/ConditionalParagraphStyle.java +++ b/qadevOOo/tests/java/mod/_sw/ConditionalParagraphStyle.java @@ -85,7 +85,7 @@ public class ConditionalParagraphStyle extends TestCase { * Create a new instance of the conditional * paragraph style, and insert it into the document. * @see com.sun.star.style.ConditionalParagraphStyle - * @param tParam The test paramters + * @param tParam The test parameters * @param log The log writer. */ protected TestEnvironment createTestEnvironment(TestParameters tParam, PrintWriter log) { |