summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/ui/FieldSelection.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/ui/FieldSelection.java')
-rw-r--r--wizards/com/sun/star/wizards/ui/FieldSelection.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/ui/FieldSelection.java b/wizards/com/sun/star/wizards/ui/FieldSelection.java
index 3fc1ade50974..1d709b80004c 100644
--- a/wizards/com/sun/star/wizards/ui/FieldSelection.java
+++ b/wizards/com/sun/star/wizards/ui/FieldSelection.java
@@ -355,7 +355,7 @@ public class FieldSelection
private void changeSelectionOrder(int iNeighbor)
{
short[] iSelIndices = xSelectedFieldsListBox.getSelectedItemsPos();
- // TODO: we are assuming that the array starts with the lowest index. Verfy this assumption!!!!!
+ // TODO: we are assuming that the array starts with the lowest index. Verify this assumption!!!!!
if (iSelIndices.length == 1)
{
short iSelIndex = iSelIndices[0];