From 23af031b09dffe37222517d69f5337db26fdb307 Mon Sep 17 00:00:00 2001 From: Elton Chung Date: Sat, 18 Feb 2012 12:37:04 +0800 Subject: Fix typos in comments --- wizards/com/sun/star/wizards/ui/SortingComponent.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wizards/com/sun/star/wizards/ui') diff --git a/wizards/com/sun/star/wizards/ui/SortingComponent.java b/wizards/com/sun/star/wizards/ui/SortingComponent.java index 48ac44bc167f..e24ef336decf 100644 --- a/wizards/com/sun/star/wizards/ui/SortingComponent.java +++ b/wizards/com/sun/star/wizards/ui/SortingComponent.java @@ -266,7 +266,7 @@ public class SortingComponent SortFieldNames.add(new String[]{CurFieldName,iCurState == 1 ? PropertyNames.ASC :"DESC" }); } } - // When searching for a duplicate entry we can neglect wether the entries are to be sorted ascending or descending + // When searching for a duplicate entry we can neglect whether the entries are to be sorted ascending or descending // TODO for the future we should deliver a messagebox when two different sorting modes have been applied to one field int iduplicate = JavaTools.getDuplicateFieldIndex(SortDescriptions.toArray(new String[SortDescriptions.size()])); if (iduplicate != -1) -- cgit v1.2.3