summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Keller <markus_keller@ch.ibm.com>2012-10-15 19:43:00 +0200
committerMarkus Keller <markus_keller@ch.ibm.com>2012-10-17 18:58:14 +0200
commit7cc3a01c536aa3f2317b15f17ddf536a93e87873 (patch)
treef3e8b71fbd70c32ac8fe4dd06b7cc3d1d5d5d921
parent1481d038df11ea33db838acc3929f755c52270f8 (diff)
downloadeclipse.platform.swt-7cc3a01c536aa3f2317b15f17ddf536a93e87873.tar.gz
eclipse.platform.swt-7cc3a01c536aa3f2317b15f17ddf536a93e87873.tar.xz
eclipse.platform.swt-7cc3a01c536aa3f2317b15f17ddf536a93e87873.zip
typo
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events/SegmentEvent.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events/SegmentEvent.java b/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events/SegmentEvent.java
index 02ed7c4dca..4e76974768 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events/SegmentEvent.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events/SegmentEvent.java
@@ -10,7 +10,7 @@
*******************************************************************************/
package org.eclipse.swt.events;
-import org.eclipse.swt.widgets.Event;
+import org.eclipse.swt.widgets.*;
/**
* This event is sent to SegmentListeners when a text content is to be modified.
@@ -54,7 +54,7 @@ import org.eclipse.swt.widgets.Event;
* </pre>
*
* <p>
- * The segments and segementsChars fields can be used together to obtain different
+ * The segments and segmentsChars fields can be used together to obtain different
* types of bidi reordering and text display. The application can use these two fields
* to insert Unicode Control Characters in specific offsets in the text, the character
* at segmentsChars[i] is inserted at the offset specified by segments[i]. When both fields