summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT Program/win32/org/eclipse/swt/program/Program.java
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT Program/win32/org/eclipse/swt/program/Program.java')
-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$