jdk/src/share/classes/jdk/internal/org/xml/sax/EntityResolver.java
changeset 21278 ef8a3a2a72f2
parent 14908 1d01112e9ce5
child 23010 6dadb192ad81
--- a/jdk/src/share/classes/jdk/internal/org/xml/sax/EntityResolver.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/jdk/internal/org/xml/sax/EntityResolver.java	Tue Oct 29 17:01:06 2013 +0400
@@ -55,7 +55,7 @@
  *
  * <p>Many SAX applications will not need to implement this interface,
  * but it will be especially useful for applications that build
- * XML documents from databases or other specialised input sources,
+ * XML documents from databases or other specialized input sources,
  * or for applications that use URI types other than URLs.</p>
  *
  * <p>The following resolver would provide the application