summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Label.java
diff options
context:
space:
mode:
authorGrant Gayed <ggayed>2008-11-05 18:10:04 +0000
committerGrant Gayed <ggayed>2008-11-05 18:10:04 +0000
commit2875304c1d088f85665d76f43e6043b42b772d3f (patch)
treea19d7e0c4b9fdf9efe3b4357afe0deb7b104dac8 /bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Label.java
parent700bf6440f88c2267254be1df54ea43a9c429274 (diff)
downloadeclipse.platform.swt-2875304c1d088f85665d76f43e6043b42b772d3f.tar.gz
eclipse.platform.swt-2875304c1d088f85665d76f43e6043b42b772d3f.tar.xz
eclipse.platform.swt-2875304c1d088f85665d76f43e6043b42b772d3f.zip
javadoc typo
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Label.java')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Label.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Label.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Label.java
index 3d7641e568..c44c5e1262 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Label.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Label.java
@@ -21,7 +21,7 @@ import org.eclipse.swt.graphics.*;
* When SEPARATOR is specified, displays a single
* vertical or horizontal line.
* <p>
- * Shadow styles are hints and may not be honoured
+ * Shadow styles are hints and may not be honored
* by the platform. To create a separator label
* with the default shadow style for the platform,
* do not specify a shadow style.