summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/common/Helper.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/common/Helper.java')
-rw-r--r--wizards/com/sun/star/wizards/common/Helper.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/common/Helper.java b/wizards/com/sun/star/wizards/common/Helper.java
index a659d30f8d71..e627e524ce8e 100644
--- a/wizards/com/sun/star/wizards/common/Helper.java
+++ b/wizards/com/sun/star/wizards/common/Helper.java
@@ -279,7 +279,7 @@ public class Helper
* @author bc93774
* checks if the value of an object that represents an array is null.
* check beforehand if the Object is really an array with "AnyConverter.IsArray(oObject)
- * @param oValue the paramter that has to represent an object
+ * @param oValue the parameter that has to represent an object
* @return a null reference if the array is empty
*/
public static Object getArrayValue(Object oValue)