summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/util/ValueChanger.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/util/ValueChanger.java')
-rw-r--r--qadevOOo/runner/util/ValueChanger.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/util/ValueChanger.java b/qadevOOo/runner/util/ValueChanger.java
index 05b52329e0bb..97ec89cf29f3 100644
--- a/qadevOOo/runner/util/ValueChanger.java
+++ b/qadevOOo/runner/util/ValueChanger.java
@@ -1024,7 +1024,7 @@ public class ValueChanger {
*
* @param val
* the value to be checked.
- * @return <code>true</code> if the value is acssumed to be a structure.
+ * @return <code>true</code> if the value is assumed to be a structure.
*/
private static boolean isStructure(Object val) {
boolean result = true;