Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2009-12-15 20:43:53 +0000
committerChris Goldthorpe2009-12-15 20:43:53 +0000
commit2814410bcb93541db2dd6a98376d5b30ae10f6dd (patch)
tree19ee27803bb86052e327855dbb6c02991e74bd6e /org.eclipse.help
parentc9dbc94f0f3cb1a771bf494d7557747e6ae19bce (diff)
downloadeclipse.platform.ua-2814410bcb93541db2dd6a98376d5b30ae10f6dd.tar.gz
eclipse.platform.ua-2814410bcb93541db2dd6a98376d5b30ae10f6dd.tar.xz
eclipse.platform.ua-2814410bcb93541db2dd6a98376d5b30ae10f6dd.zip
Fix spelling in JavaDoc
Diffstat (limited to 'org.eclipse.help')
-rw-r--r--org.eclipse.help/src/org/eclipse/help/IIndexEntry2.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.help/src/org/eclipse/help/IIndexEntry2.java b/org.eclipse.help/src/org/eclipse/help/IIndexEntry2.java
index 73e2af46b..25cb7378b 100644
--- a/org.eclipse.help/src/org/eclipse/help/IIndexEntry2.java
+++ b/org.eclipse.help/src/org/eclipse/help/IIndexEntry2.java
@@ -11,7 +11,7 @@
package org.eclipse.help;
/**
- * IIndexEntry2 is an index entry which may have see eleemnts as children
+ * IIndexEntry2 is an index entry which may have see elements as children
*
* @since 3.5
*/

Back to the top