summaryrefslogtreecommitdiffstats
path: root/bundles
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2006-04-17 17:52:15 +0000
committerCarolyn MacLeod <carolyn>2006-04-17 17:52:15 +0000
commitccb90edffcc42c11361511dc0ff9fdd8eab06003 (patch)
tree4704b5fea2662a20c7b052e099339c011b655e9c /bundles
parent28a198b1a5bbcbf77edeedd5b76b866752b621c4 (diff)
downloadeclipse.platform.swt-ccb90edffcc42c11361511dc0ff9fdd8eab06003.tar.gz
eclipse.platform.swt-ccb90edffcc42c11361511dc0ff9fdd8eab06003.tar.xz
eclipse.platform.swt-ccb90edffcc42c11361511dc0ff9fdd8eab06003.zip
bug 136890 - javadoc typos
Diffstat (limited to 'bundles')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Composite.java4
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Display.java8
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ExpandBar.java4
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Group.java8
4 files changed, 12 insertions, 12 deletions
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 <code>CENTER</code> style, although undefined for composites, has the
* same value as <code>EMBEDDED</code> (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 <code>EMBEDDED</code> style
- * is for used by other widget toolkits and should normally never be used.
+ * the children of this composite to be obscured. The <code>EMBEDDED</code> style
+ * is for use by other widget toolkits and should normally never be used.
* </p><p>
* 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 <code>SWT</code>. This cursor should
* not be free'd because it was allocated by the system,
* not the application. A value of <code>null</code> 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 <code>null</code>
*
* @exception SWTException <ul>
@@ -2059,10 +2059,10 @@ public Font getSystemFont () {
* not be free'd because it was allocated by the system,
* not the application. A value of <code>null</code> will
* be returned either if the supplied constant is not an
- * swt icon constant or if the platform does not define an
+ * SWT icon constant or if the platform does not define an
* image that corresponds to the constant.
*
- * @param id the swt icon constant
+ * @param id the SWT icon constant
* @return the corresponding image or <code>null</code>
*
* @exception SWTException <ul>
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ExpandBar.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ExpandBar.java
index 088e635fee..a2b8ba411a 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ExpandBar.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ExpandBar.java
@@ -390,7 +390,7 @@ void releaseChildren (boolean destroy) {
/**
* Removes the listener from the collection of listeners who will
- * be notified when items in the receiver are expanded or collapsed..
+ * be notified when items in the receiver are expanded or collapsed.
*
* @param listener the listener which should no longer be notified
*
@@ -442,7 +442,7 @@ void setScrollbar () {
}
/**
- * Sets the receiver's spacing, spacing specifies the number of pixel allocated around
+ * Sets the receiver's spacing. Spacing specifies the number of pixels allocated around
* each item.
*
* @exception SWTException <ul>
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Group.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Group.java
index 5aa345873f..09b1285cb1 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Group.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Group.java
@@ -260,14 +260,14 @@ public void setFont (Font font) {
* be displayed as the receiver's <em>title</em>, to the argument,
* which may not be null. The string may include the mnemonic character.
* </p>
- * Mnemonics are indicated by an '&amp' that causes the next
+ * Mnemonics are indicated by an '&amp;' that causes the next
* character to be the mnemonic. When the user presses a
- * key sequence that matches the mnemonic, focus is assgned
+ * key sequence that matches the mnemonic, focus is assigned
* to the first child of the group. On most platforms, the
* mnemonic appears underlined but may be emphasised in a
* platform specific manner. The mnemonic indicator character
- *'&amp' can be escaped by doubling it in the string, causing
- * a single '&amp' to be displayed.
+ * '&amp;' can be escaped by doubling it in the string, causing
+ * a single '&amp;' to be displayed.
* </p>
* @param string the new text
*