From 7cc3a01c536aa3f2317b15f17ddf536a93e87873 Mon Sep 17 00:00:00 2001 From: Markus Keller Date: Mon, 15 Oct 2012 19:43:00 +0200 Subject: typo --- .../Eclipse SWT/common/org/eclipse/swt/events/SegmentEvent.java | 4 ++-- 1 file 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; * * *

- * 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 -- cgit