From ccb90edffcc42c11361511dc0ff9fdd8eab06003 Mon Sep 17 00:00:00 2001 From: Carolyn MacLeod Date: Mon, 17 Apr 2006 17:52:15 +0000 Subject: bug 136890 - javadoc typos --- .../Eclipse SWT/win32/org/eclipse/swt/widgets/Composite.java | 4 ++-- .../Eclipse SWT/win32/org/eclipse/swt/widgets/Display.java | 8 ++++---- .../Eclipse SWT/win32/org/eclipse/swt/widgets/ExpandBar.java | 4 ++-- .../Eclipse SWT/win32/org/eclipse/swt/widgets/Group.java | 8 ++++---- 4 files changed, 12 insertions(+), 12 deletions(-) (limited to 'bundles') diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Composite.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Composite.java index 1649e19af1..a7f8304db1 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Composite.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Composite.java @@ -35,8 +35,8 @@ import org.eclipse.swt.graphics.*; * Note: The CENTER style, although undefined for composites, has the * same value as EMBEDDED (which is used to embed widgets from other * widget toolkits into SWT). On some operating systems (GTK, Motif), this may cause - * the children of this compostite to be obscured. The EMBEDDED style - * is for used by other widget toolkits and should normally never be used. + * the children of this composite to be obscured. The EMBEDDED style + * is for use by other widget toolkits and should normally never be used. *

* This class may be subclassed by custom control implementors * who are building controls that are constructed from aggregates diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Display.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Display.java index d752959b2f..e30fbc0640 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Display.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Display.java @@ -1968,10 +1968,10 @@ public Color getSystemColor (int id) { * specified in class SWT. This cursor should * not be free'd because it was allocated by the system, * not the application. A value of null will - * be returned if the supplied constant is not an swt cursor + * be returned if the supplied constant is not an SWT cursor * constant. * - * @param id the swt cursor constant + * @param id the SWT cursor constant * @return the corresponding cursor or null * * @exception SWTException