summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Gayed <ggayed>2007-10-29 16:48:31 +0000
committerGrant Gayed <ggayed>2007-10-29 16:48:31 +0000
commit3619e05678dc1ff8c0482f066150e6e0bbd77bcf (patch)
treee9914314644beed04e098dbf8d23923aab2b8ca7
parentd8d35a369e103c8d3c0ab33845f93aed79206d6f (diff)
downloadeclipse.platform.swt-3619e05678dc1ff8c0482f066150e6e0bbd77bcf.tar.gz
eclipse.platform.swt-3619e05678dc1ff8c0482f066150e6e0bbd77bcf.tar.xz
eclipse.platform.swt-3619e05678dc1ff8c0482f066150e6e0bbd77bcf.zip
fix javadoc typo
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java
index 0a78bb1cb1..fd6eddb222 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java
@@ -2229,7 +2229,7 @@ public int getItemCount () {
/**
* Returns the height of the area which would be used to
- * display <em>one</em> of the items in the receiver's.
+ * display <em>one</em> of the items in the receiver.
*
* @return the height of one item
*