Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2009-05-12 13:53:57 +0000
committerThomas Watson2009-05-12 13:53:57 +0000
commit0aad1e30d9eca671e2d400d81a06f93ae3abedeb (patch)
tree7f89a9ed677ba90df4b72b60d01bf4e9e314cd6c /bundles/org.eclipse.osgi/supplement/src
parent29afaa98bc553564c553ab42b221a124bd9a26b4 (diff)
downloadrt.equinox.framework-0aad1e30d9eca671e2d400d81a06f93ae3abedeb.tar.gz
rt.equinox.framework-0aad1e30d9eca671e2d400d81a06f93ae3abedeb.tar.xz
rt.equinox.framework-0aad1e30d9eca671e2d400d81a06f93ae3abedeb.zip
Bug 275768 Spelling mistakes in org.eclipse.osgi.service.debug.DebugOptionsListener Javadocv20090518
Diffstat (limited to 'bundles/org.eclipse.osgi/supplement/src')
-rw-r--r--bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/service/debug/DebugOptionsListener.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/service/debug/DebugOptionsListener.java b/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/service/debug/DebugOptionsListener.java
index 4a8c57eca..592bc2d7e 100644
--- a/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/service/debug/DebugOptionsListener.java
+++ b/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/service/debug/DebugOptionsListener.java
@@ -46,7 +46,7 @@ import java.util.EventListener;
* }
* ...
* }
-* </pre>
+ * </pre>
* @since 3.5
*/
public interface DebugOptionsListener extends EventListener {
@@ -55,8 +55,8 @@ public interface DebugOptionsListener extends EventListener {
* Notifies this listener that an option-path for its plug-in has changed.
* This method is also called initially by the DebugOptions implementation
* when the listener is registered as a service. This allows the listener
- * to optain the initial set of debug options with out the need to
- * aquire the debug options service.
+ * to obtain the initial set of debug options with out the need to
+ * acquire the debug options service.
* @param options a reference to the DebugOptions
*/
public void optionsChanged(DebugOptions options);

Back to the top