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/runner | |
parent | ed4c2ab1e3f83cce828734b887e4884fc2f5ac4c (diff) |
typo: paramters, paramaters -> parameters
Change-Id: If58683331c50f2a95204e8e2dea11edbef3ccb63
Diffstat (limited to 'qadevOOo/runner')
-rw-r--r-- | qadevOOo/runner/util/XMLTools.java | 4 |
1 files changed, 2 insertions, 2 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 +} |