jaxp/src/javax/xml/validation/ValidatorHandler.java
changeset 24887 47b6d4800c64
parent 12457 c348e06f0e82
--- a/jaxp/src/javax/xml/validation/ValidatorHandler.java	Wed Jul 05 19:44:08 2017 +0200
+++ b/jaxp/src/javax/xml/validation/ValidatorHandler.java	Wed Jun 11 09:26:03 2014 -0700
@@ -379,7 +379,7 @@
      * <ul>
      *   <li>
      *     <code>true</code>: the implementation will limit XML processing to conform to implementation limits.
-     *     Examples include enity expansion limits and XML Schema constructs that would consume large amounts of resources.
+     *     Examples include entity expansion limits and XML Schema constructs that would consume large amounts of resources.
      *     If XML processing is limited for security reasons, it will be reported via a call to the registered
      *    {@link ErrorHandler#fatalError(SAXParseException exception)}.
      *     See {@link #setErrorHandler(ErrorHandler errorHandler)}.