jaxp/src/javax/xml/parsers/SAXParserFactory.java
changeset 24887 47b6d4800c64
parent 20581 65d17ea72da3
child 25262 1fe892ba017a
--- a/jaxp/src/javax/xml/parsers/SAXParserFactory.java	Wed Jul 05 19:44:08 2017 +0200
+++ b/jaxp/src/javax/xml/parsers/SAXParserFactory.java	Wed Jun 11 09:26:03 2014 -0700
@@ -359,7 +359,7 @@
      * is responsible to make sure that the application will receive
      * those modified event stream.</p>
      *
-     * <p>Initialy, <code>null</code> is set as the {@link Schema}.</p>
+     * <p>Initially, <code>null</code> is set as the {@link Schema}.</p>
      *
      * <p>This processing will take effect even if
      * the {@link #isValidating()} method returns <code>false</code>.