summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Gayed <ggayed>2007-03-16 19:07:35 +0000
committerGrant Gayed <ggayed>2007-03-16 19:07:35 +0000
commitd557500322cbf73f481875d72096dade43f11e5b (patch)
tree575c6862dd066ce5035c73432ae51010f5eb6780
parent9524f8f97224b1a886d71621a713f7ad07d4c65a (diff)
downloadeclipse.platform.swt-d557500322cbf73f481875d72096dade43f11e5b.tar.gz
eclipse.platform.swt-d557500322cbf73f481875d72096dade43f11e5b.tar.xz
eclipse.platform.swt-d557500322cbf73f481875d72096dade43f11e5b.zip
fix javadoc typo
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Control.java2
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/TrayItem.java2
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/emulated/tray/org/eclipse/swt/widgets/TrayItem.java2
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java2
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TrayItem.java2
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Control.java2
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Control.java2
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java2
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TrayItem.java2
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/Control.java2
10 files changed, 10 insertions, 10 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Control.java b/bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Control.java
index cc3253703b..0e2021b403 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Control.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Control.java
@@ -2259,7 +2259,7 @@ public void removeKeyListener(KeyListener listener) {
/**
* Removes the listener from the collection of listeners who will
- * be notified when the platform-secific context menu trigger has
+ * be notified when the platform-specific context menu trigger has
* occurred.
*
* @param listener the listener which should no longer be notified
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/TrayItem.java b/bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/TrayItem.java
index 1b68950aae..dfe08dca4d 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/TrayItem.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/TrayItem.java
@@ -255,7 +255,7 @@ void releaseWidget () {
/**
* Removes the listener from the collection of listeners who will
- * be notified when the platform-secific context menu trigger has
+ * be notified when the platform-specific context menu trigger has
* occurred.
*
* @param listener the listener which should no longer be notified
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/emulated/tray/org/eclipse/swt/widgets/TrayItem.java b/bundles/org.eclipse.swt/Eclipse SWT/emulated/tray/org/eclipse/swt/widgets/TrayItem.java
index 7b335fa8db..6f69d401c7 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/emulated/tray/org/eclipse/swt/widgets/TrayItem.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/emulated/tray/org/eclipse/swt/widgets/TrayItem.java
@@ -211,7 +211,7 @@ void releaseHandle () {
/**
* Removes the listener from the collection of listeners who will
- * be notified when the platform-secific context menu trigger has
+ * be notified when the platform-specific context menu trigger has
* occurred.
*
* @param listener the listener which should no longer be notified
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java
index 42baf2b4ea..6cd97b6df4 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java
@@ -1447,7 +1447,7 @@ public void removeKeyListener(KeyListener listener) {
}
/**
* Removes the listener from the collection of listeners who will
- * be notified when the platform-secific context menu trigger has
+ * be notified when the platform-specific context menu trigger has
* occurred.
*
* @param listener the listener which should no longer be notified
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TrayItem.java b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TrayItem.java
index 5621fba3e4..7badb59cb1 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TrayItem.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TrayItem.java
@@ -337,7 +337,7 @@ void releaseWidget () {
/**
* Removes the listener from the collection of listeners who will
- * be notified when the platform-secific context menu trigger has
+ * be notified when the platform-specific context menu trigger has
* occurred.
*
* @param listener the listener which should no longer be notified
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Control.java b/bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Control.java
index 2afcd76aad..669a51092e 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Control.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Control.java
@@ -1749,7 +1749,7 @@ public void removeKeyListener(KeyListener listener) {
}
/**
* Removes the listener from the collection of listeners who will
- * be notified when the platform-secific context menu trigger has
+ * be notified when the platform-specific context menu trigger has
* occurred.
*
* @param listener the listener which should no longer be notified
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Control.java b/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Control.java
index 9892a7de0b..b057446667 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Control.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Control.java
@@ -1884,7 +1884,7 @@ public void removeKeyListener(KeyListener listener) {
/**
* Removes the listener from the collection of listeners who will
- * be notified when the platform-secific context menu trigger has
+ * be notified when the platform-specific context menu trigger has
* occurred.
*
* @param listener the listener which should no longer be notified
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java
index b4c33bab45..6888af1fa6 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java
@@ -2103,7 +2103,7 @@ public void removeKeyListener(KeyListener listener) {
/**
* Removes the listener from the collection of listeners who will
- * be notified when the platform-secific context menu trigger has
+ * be notified when the platform-specific context menu trigger has
* occurred.
*
* @param listener the listener which should no longer be notified
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TrayItem.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TrayItem.java
index 7d4af46903..497c6d4c5f 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TrayItem.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TrayItem.java
@@ -351,7 +351,7 @@ public void removeSelectionListener(SelectionListener listener) {
/**
* Removes the listener from the collection of listeners who will
- * be notified when the platform-secific context menu trigger has
+ * be notified when the platform-specific context menu trigger has
* occurred.
*
* @param listener the listener which should no longer be notified
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/Control.java b/bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/Control.java
index 394126b302..382016f69c 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/Control.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/Control.java
@@ -1960,7 +1960,7 @@ public void removeKeyListener(KeyListener listener) {
/**
* Removes the listener from the collection of listeners who will
- * be notified when the platform-secific context menu trigger has
+ * be notified when the platform-specific context menu trigger has
* occurred.
*
* @param listener the listener which should no longer be notified