Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornitind2005-03-16 16:58:43 +0000
committernitind2005-03-16 16:58:43 +0000
commit2c32c8a1e6feba4e3ea3ec7b16bc0414b2e25391 (patch)
treed077bbf998a528d3ec8048ee1b694a2594219371 /bundles/org.eclipse.wst.dtd.core/src
parentd7ab577619c1729bfd61d7b24807512587ed54bc (diff)
downloadwebtools.sourceediting-2c32c8a1e6feba4e3ea3ec7b16bc0414b2e25391.tar.gz
webtools.sourceediting-2c32c8a1e6feba4e3ea3ec7b16bc0414b2e25391.tar.xz
webtools.sourceediting-2c32c8a1e6feba4e3ea3ec7b16bc0414b2e25391.zip
correct spelling
Diffstat (limited to 'bundles/org.eclipse.wst.dtd.core/src')
-rw-r--r--bundles/org.eclipse.wst.dtd.core/src/org/eclipse/wst/dtd/core/contenttype/ContentTypeIdForDTD.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.wst.dtd.core/src/org/eclipse/wst/dtd/core/contenttype/ContentTypeIdForDTD.java b/bundles/org.eclipse.wst.dtd.core/src/org/eclipse/wst/dtd/core/contenttype/ContentTypeIdForDTD.java
index 749e288d1d..655328ce56 100644
--- a/bundles/org.eclipse.wst.dtd.core/src/org/eclipse/wst/dtd/core/contenttype/ContentTypeIdForDTD.java
+++ b/bundles/org.eclipse.wst.dtd.core/src/org/eclipse/wst/dtd/core/contenttype/ContentTypeIdForDTD.java
@@ -13,7 +13,7 @@
package org.eclipse.wst.dtd.core.contenttype;
/**
- * This class, with its one field, is a convience to provide compile-time
+ * This class, with its one field, is a convenience to provide compile-time
* safety when referring to a contentType ID. The value of the
* ContentTypeID_DTD field must match what is specified in the
* org.eclipse.wst.dtd.core/plugin.xml file.
@@ -27,8 +27,8 @@ public class ContentTypeIdForDTD {
* specified in org.eclipse.wst.dtd.core/plugin.xml for the DTD content
* type
*
- * Note: this value is intentially set with default protected method so it
- * will not be inlined.
+ * Note: this value is intentionally set with default protected method so
+ * it will not be inlined.
*/
public final static String ContentTypeID_DTD = getConstantString();

Back to the top