diff options
author | Markus Keller <markus_keller@ch.ibm.com> | 2012-10-15 19:43:00 +0200 |
---|---|---|
committer | Markus Keller <markus_keller@ch.ibm.com> | 2012-10-17 18:58:14 +0200 |
commit | 7cc3a01c536aa3f2317b15f17ddf536a93e87873 (patch) | |
tree | f3e8b71fbd70c32ac8fe4dd06b7cc3d1d5d5d921 | |
parent | 1481d038df11ea33db838acc3929f755c52270f8 (diff) | |
download | eclipse.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.java | 4 |
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 |