Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2006-05-16 16:36:22 +0000
committerDarin Wright2006-05-16 16:36:22 +0000
commit670dd3fe9ebecc8c0cdc57b9d91e678b51267ad0 (patch)
treee3d81d58ab8ab1077731ab7db7214553dc6b55c4 /org.eclipse.debug.ui/ui/org/eclipse/debug/ui/console/IConsole.java
parent29514b48d000b54ab96c43b6deae235ac3a76c60 (diff)
downloadeclipse.platform.debug-670dd3fe9ebecc8c0cdc57b9d91e678b51267ad0.tar.gz
eclipse.platform.debug-670dd3fe9ebecc8c0cdc57b9d91e678b51267ad0.tar.xz
eclipse.platform.debug-670dd3fe9ebecc8c0cdc57b9d91e678b51267ad0.zip
javadoc spelling errors
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/ui/console/IConsole.java')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/console/IConsole.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/console/IConsole.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/console/IConsole.java
index 283296b21..bdb4a9314 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/console/IConsole.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/console/IConsole.java
@@ -61,7 +61,7 @@ public interface IConsole {
* </p>
* @param link the hyperlink to add
* @param offset the character offset within the console document where the
- * text assoicated with the hyperlink begins
+ * text associated with the hyperlink begins
* @param length the length of the associated hyperlink text
* @deprecated replaced with addLink(IHyperlink link, int offset, int length)
*/
@@ -77,7 +77,7 @@ public interface IConsole {
* </p>
* @param link the hyperlink to add
* @param offset the character offset within the console document where the
- * text assoicated with the hyperlink begins
+ * text associated with the hyperlink begins
* @param length the length of the associated hyperlink text
* @since 3.1
*/

Back to the top