summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT Program/win32
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2006-04-12 20:03:58 +0000
committerCarolyn MacLeod <carolyn>2006-04-12 20:03:58 +0000
commit096d25a96639eb2c7e8a14db3cf0de7118474957 (patch)
treef921dc3cde1448f74ba4830c4b4dfd1b6b0a67b0 /bundles/org.eclipse.swt/Eclipse SWT Program/win32
parent8c13c82bd1d82c593447ed800d523cd704f4cebe (diff)
downloadeclipse.platform.swt-096d25a96639eb2c7e8a14db3cf0de7118474957.tar.gz
eclipse.platform.swt-096d25a96639eb2c7e8a14db3cf0de7118474957.tar.xz
eclipse.platform.swt-096d25a96639eb2c7e8a14db3cf0de7118474957.zip
bug 123922 - javadoc typos
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT Program/win32')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT Program/win32/org/eclipse/swt/program/Program.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Program/win32/org/eclipse/swt/program/Program.java b/bundles/org.eclipse.swt/Eclipse SWT Program/win32/org/eclipse/swt/program/Program.java
index 04badfc328..fe166fd5ce 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT Program/win32/org/eclipse/swt/program/Program.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Program/win32/org/eclipse/swt/program/Program.java
@@ -20,7 +20,7 @@ import java.io.IOException;
/**
* Instances of this class represent programs and
- * their assoicated file extensions in the operating
+ * their associated file extensions in the operating
* system.
*/
public final class Program {
@@ -270,7 +270,7 @@ public boolean execute (String fileName) {
/**
* Returns the receiver's image data. This is the icon
- * that is associated with the reciever in the operating
+ * that is associated with the receiver in the operating
* system.
*
* @return the image data for the program, may be null
@@ -347,7 +347,7 @@ public int hashCode() {
* Returns a string containing a concise, human-readable
* description of the receiver.
*
- * @return a string representation of the event
+ * @return a string representation of the program
*/
public String toString () {
return "Program {" + name + "}"; //$NON-NLS-1$ //$NON-NLS-2$