Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornitind2010-08-17 19:59:08 +0000
committernitind2010-08-17 19:59:08 +0000
commit416ec35fbcca08480680642691e37ae21345d95b (patch)
tree8b116277c716058dd63badb3725bd51ea42879c5 /bundles/org.eclipse.jst.jsp.core/src/org/eclipse/jst/jsp/core/internal/contentmodel/tld/provisional
parent85631d915dc4b7d299201fb70333923c080338b6 (diff)
downloadwebtools.sourceediting-416ec35fbcca08480680642691e37ae21345d95b.tar.gz
webtools.sourceediting-416ec35fbcca08480680642691e37ae21345d95b.tar.xz
webtools.sourceediting-416ec35fbcca08480680642691e37ae21345d95b.zip
[nobug] spelling and NLS
Diffstat (limited to 'bundles/org.eclipse.jst.jsp.core/src/org/eclipse/jst/jsp/core/internal/contentmodel/tld/provisional')
-rw-r--r--bundles/org.eclipse.jst.jsp.core/src/org/eclipse/jst/jsp/core/internal/contentmodel/tld/provisional/TLDElementDeclaration.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.jst.jsp.core/src/org/eclipse/jst/jsp/core/internal/contentmodel/tld/provisional/TLDElementDeclaration.java b/bundles/org.eclipse.jst.jsp.core/src/org/eclipse/jst/jsp/core/internal/contentmodel/tld/provisional/TLDElementDeclaration.java
index 6ade714fd9..dd34980094 100644
--- a/bundles/org.eclipse.jst.jsp.core/src/org/eclipse/jst/jsp/core/internal/contentmodel/tld/provisional/TLDElementDeclaration.java
+++ b/bundles/org.eclipse.jst.jsp.core/src/org/eclipse/jst/jsp/core/internal/contentmodel/tld/provisional/TLDElementDeclaration.java
@@ -17,10 +17,10 @@ import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;
public interface TLDElementDeclaration extends CMElementDeclaration {
/**
- * Property stating weather the {@link CMElementDeclaration}
+ * Property stating whether the {@link CMElementDeclaration}
* is a library tag or not
*/
- String IS_LIBRARY_TAG = "isLibraryTag";
+ String IS_LIBRARY_TAG = "isLibraryTag"; //$NON-NLS-1$
String TAG_SOURCE = "Tag Definition Source"; //$NON-NLS-1$
String SOURCE_JSP_TLD = "JSP Tag Library Descriptor"; //$NON-NLS-1$

Back to the top