summaryrefslogtreecommitdiffstats
path: root/bundles
diff options
context:
space:
mode:
authorGrant Gayed <ggayed>2004-11-18 20:42:51 +0000
committerGrant Gayed <ggayed>2004-11-18 20:42:51 +0000
commitbd79b2c5e5fa0870047de0253059e7e8754f0b72 (patch)
treed83c67613046c63fb58282a0c86baab9eb16ece8 /bundles
parent607071c2943f606d2b7063ece7045425a49ffa70 (diff)
downloadeclipse.platform.swt-bd79b2c5e5fa0870047de0253059e7e8754f0b72.tar.gz
eclipse.platform.swt-bd79b2c5e5fa0870047de0253059e7e8754f0b72.tar.xz
eclipse.platform.swt-bd79b2c5e5fa0870047de0253059e7e8754f0b72.zip
*** empty log message ***
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java
index f6c38c6983..52dc39fc6a 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java
@@ -1221,7 +1221,7 @@ public void setText (String string) {
/*
* GTK bug 82013. For some reason, if the title string
- * is less that 7 bytes long and is not terminated by
+ * is less than 7 bytes long and is not terminated by
* a space, some window managers occasionally draw
* garbage after the last character in the title.
* The fix is to pad the title.