diff options
author | Grant Gayed <ggayed> | 2007-05-31 17:30:45 +0000 |
---|---|---|
committer | Grant Gayed <ggayed> | 2007-05-31 17:30:45 +0000 |
commit | 97e9c802d4cde84a39386dd3fa38cfaeab5bbcdf (patch) | |
tree | 2f1f9a463fd90a37c1721a8b336caddfa2b3c84b | |
parent | f59d15f09faa7196f7a9a449bb154dc87dd2fc9c (diff) | |
download | eclipse.platform.swt-97e9c802d4cde84a39386dd3fa38cfaeab5bbcdf.tar.gz eclipse.platform.swt-97e9c802d4cde84a39386dd3fa38cfaeab5bbcdf.tar.xz eclipse.platform.swt-97e9c802d4cde84a39386dd3fa38cfaeab5bbcdf.zip |
spelling
-rwxr-xr-x | bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events/TypedEvent.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events/TypedEvent.java b/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events/TypedEvent.java index 20e73f34ea..d7b9b02462 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events/TypedEvent.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events/TypedEvent.java @@ -17,7 +17,7 @@ import org.eclipse.swt.internal.SWTEventObject; /** * This is the super class for all typed event classes provided * by SWT. Typed events contain particular information which is - * applicable to the event occurance. + * applicable to the event occurrence. * * @see org.eclipse.swt.widgets.Event */ |