summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/common
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/common')
-rw-r--r--wizards/com/sun/star/wizards/common/ConfigNode.java2
-rw-r--r--wizards/com/sun/star/wizards/common/Helper.java2
-rw-r--r--wizards/com/sun/star/wizards/common/NumericalHelper.java4
-rw-r--r--wizards/com/sun/star/wizards/common/SystemDialog.java2
4 files changed, 5 insertions, 5 deletions
diff --git a/wizards/com/sun/star/wizards/common/ConfigNode.java b/wizards/com/sun/star/wizards/common/ConfigNode.java
index 8b3a85f26348..d07b98be31c6 100644
--- a/wizards/com/sun/star/wizards/common/ConfigNode.java
+++ b/wizards/com/sun/star/wizards/common/ConfigNode.java
@@ -24,7 +24,7 @@ package com.sun.star.wizards.common;
/**
* This Interface specifies a method of an object which is
- * capable of reading adn writing its data out of the
+ * capable of reading and writing its data out of the
* OO Configuration. <br/>
* There are 2 direct implementations: ConfigGroup and ConfigSet.
* The root is the first Java Object in the configuration hirarchie.
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)
diff --git a/wizards/com/sun/star/wizards/common/NumericalHelper.java b/wizards/com/sun/star/wizards/common/NumericalHelper.java
index 9bf6f5ee17a7..4842c644ba67 100644
--- a/wizards/com/sun/star/wizards/common/NumericalHelper.java
+++ b/wizards/com/sun/star/wizards/common/NumericalHelper.java
@@ -63,7 +63,7 @@ public class NumericalHelper
*/
private NumericalHelper()
{
- // private c'tor, so noone can instantiate
+ // private c'tor, so no one can instantiate
}
/**
@@ -1555,7 +1555,7 @@ public class NumericalHelper
/* converison idea: every digit is written with a maximum of two
* different roman symbols, using three in total, e.g. CC, CD,
* DCC, CM for the hundreds (meaning 200, 400, 700 and 900).
- * So every digit is converted seperately with regard to the
+ * So every digit is converted separately with regard to the
* special cases 4 and 9.
*/
int symbolIndex = 0;
diff --git a/wizards/com/sun/star/wizards/common/SystemDialog.java b/wizards/com/sun/star/wizards/common/SystemDialog.java
index 0125f6c4b89c..f72e58e31641 100644
--- a/wizards/com/sun/star/wizards/common/SystemDialog.java
+++ b/wizards/com/sun/star/wizards/common/SystemDialog.java
@@ -353,7 +353,7 @@ public class SystemDialog
}
/**
- * just like the other showMessageBox(...) method, but recieves a
+ * just like the other showMessageBox(...) method, but receives a
* peer argument to use to create the message box.
* @param xMSF
* @param peer