This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 1bdad9f7200b88315d7a27fabbe1835a14be722b Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Sep 16 16:13:34 2020 +0100 Correct spelling Based on a PR provided by John Bampton ALv2 licensed schemas / DTDs --- java/javax/servlet/resources/jsp_2_1.xsd | 4 ++-- java/javax/servlet/resources/web-jsptaglibrary_1_1.dtd | 2 +- java/javax/servlet/resources/web-jsptaglibrary_1_2.dtd | 2 +- java/javax/servlet/resources/web-jsptaglibrary_2_0.xsd | 2 +- java/javax/servlet/resources/web-jsptaglibrary_2_1.xsd | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/java/javax/servlet/resources/jsp_2_1.xsd b/java/javax/servlet/resources/jsp_2_1.xsd index ec26e7e..e58edba 100644 --- a/java/javax/servlet/resources/jsp_2_1.xsd +++ b/java/javax/servlet/resources/jsp_2_1.xsd @@ -20,7 +20,7 @@ <!-- ** The actual Sun XSD for this stripped down XSD can be found at ** http://java.sun.com/xml/ns/javaee/jsp_2_1.xsd - ** This XSD contains only the functional elements for programatic use. + ** This XSD contains only the functional elements for programmatic use. --> <xsd:schema xmlns="http://www.w3.org/2001/XMLSchema" @@ -70,4 +70,4 @@ </xsd:sequence> <xsd:attribute name="id" type="xsd:ID" /> </xsd:complexType> -</xsd:schema> \ No newline at end of file +</xsd:schema> diff --git a/java/javax/servlet/resources/web-jsptaglibrary_1_1.dtd b/java/javax/servlet/resources/web-jsptaglibrary_1_1.dtd index 47cdf06..acd148f 100644 --- a/java/javax/servlet/resources/web-jsptaglibrary_1_1.dtd +++ b/java/javax/servlet/resources/web-jsptaglibrary_1_1.dtd @@ -39,7 +39,7 @@ shortname a simple default short name that could be used by prefix value in taglib directives uri a uri uniquely identifying this taglib info a simple string describing the "use" of this taglib, - should be user discernable + should be user discernible --> <!ELEMENT taglib (tlibversion, jspversion?, shortname, uri?, info?, tag+) > diff --git a/java/javax/servlet/resources/web-jsptaglibrary_1_2.dtd b/java/javax/servlet/resources/web-jsptaglibrary_1_2.dtd index da8d1a7..0f87842 100644 --- a/java/javax/servlet/resources/web-jsptaglibrary_1_2.dtd +++ b/java/javax/servlet/resources/web-jsptaglibrary_1_2.dtd @@ -62,7 +62,7 @@ small-icon optional small-icon that can be used by tools large-icon optional large-icon that can be used by tools description a simple string describing the "use" of this taglib, - should be user discernable + should be user discernible validator optional TagLibraryValidator information diff --git a/java/javax/servlet/resources/web-jsptaglibrary_2_0.xsd b/java/javax/servlet/resources/web-jsptaglibrary_2_0.xsd index 6ecd8ee..0e2b965 100644 --- a/java/javax/servlet/resources/web-jsptaglibrary_2_0.xsd +++ b/java/javax/servlet/resources/web-jsptaglibrary_2_0.xsd @@ -669,7 +669,7 @@ The taglib tag is the document root, it defines: description a simple string describing the "use" of this taglib, - should be user discernable + should be user discernible display-name the display-name element contains a short name that is intended to be displayed diff --git a/java/javax/servlet/resources/web-jsptaglibrary_2_1.xsd b/java/javax/servlet/resources/web-jsptaglibrary_2_1.xsd index 2714f78..00975cd 100644 --- a/java/javax/servlet/resources/web-jsptaglibrary_2_1.xsd +++ b/java/javax/servlet/resources/web-jsptaglibrary_2_1.xsd @@ -18,7 +18,7 @@ --> <!-- - ** This XSD contains only the programatic elements required for an implementation. + ** This XSD contains only the programmatic elements required for an implementation. ** For the XSD from Sun that includes documentation and other copyrighted information ** please refer to http://java.sun.com/xml/ns/javaee/web-jsptaglibrary_2_1.xsd for a fully documented and latest ** XSD. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org