summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/helper/ConfigHelper.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/helper/ConfigHelper.java')
-rw-r--r--qadevOOo/runner/helper/ConfigHelper.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/runner/helper/ConfigHelper.java b/qadevOOo/runner/helper/ConfigHelper.java
index 51cdc7e30238..60868322a2e1 100644
--- a/qadevOOo/runner/helper/ConfigHelper.java
+++ b/qadevOOo/runner/helper/ConfigHelper.java
@@ -64,7 +64,7 @@ import com.sun.star.util.*;
* <li><CODE>&lt;prop oor:name=&quot;UserItem&quot;&gt;</CODE>
* represents a <CODE>property</CODE> of the extensible group</LI>
* </UL>
- * We assume in the following examples the existance of:<P>
+ * We assume in the following examples the existence of:<P>
* <CODE>ConfigHelper aConfig = new ConfigHelper(xMSF, "org.openoffice.Office.Views", false);</CODE>
* <ul>
* <li>If you like to insert a new <CODE>Group</CODE> into the <CODE>Set</CODE> "Windows":<p>
@@ -254,7 +254,7 @@ public class ConfigHelper
/**
* Update a property of a group container of a set container
- * @param setName the name of the <CODE>set</CODE> which containes the <CODE>group</CODE>
+ * @param setName the name of the <CODE>set</CODE> which contains the <CODE>group</CODE>
* @param groupName the name of the <CODE>group</CODE> which property should be changed
* @param propName the name of the property which should be changed
* @param propValue the value the property should get
@@ -291,7 +291,7 @@ public class ConfigHelper
/**
* Insert a property in an extensible group container or else update it
- * @param setName the name of the <CODE>set</CODE> which containes the <CODE>group</CODE>
+ * @param setName the name of the <CODE>set</CODE> which contains the <CODE>group</CODE>
* @param group The name of the <CODE>group</CODE> which conatins the <CODE>extensible group</CODE>.
* @param extGroup The name of the <CODE>extensible group</CODE> which
* [should] contain the property