diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-11 08:39:07 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:54 +0200 |
commit | 8d202fa72f024529092b24197f9b5d28d4c1f6d1 (patch) | |
tree | ef784961a076b39f7614b86ded60eb0eb9ae4a98 /wizards/com/sun | |
parent | 5833de5cd7ff708978df5e694090e2b13229c989 (diff) |
typo: paramter -> parameter
Diffstat (limited to 'wizards/com/sun')
-rw-r--r-- | wizards/com/sun/star/wizards/common/Helper.java | 2 |
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 429bc6a9398b..3aa4628f6e20 100644 --- a/wizards/com/sun/star/wizards/common/Helper.java +++ b/wizards/com/sun/star/wizards/common/Helper.java @@ -267,7 +267,7 @@ public class Helper /** * 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) |