src/com/sun/org/apache/xerces/internal/impl/XMLDTDScannerImpl.java

Print this page

        

@@ -583,11 +583,11 @@
 
         // Handle end of PE
         boolean reportEntity = fReportEntity;
         if (name.startsWith("%")) {
             reportEntity = peekReportEntity();
-            // check well-formedness of the enity
+            // check well-formedness of the entity
             int startMarkUpDepth = popPEStack();
             // throw fatalError if this entity was incomplete and
             // was a freestanding decl
             if(startMarkUpDepth == 0 &&
             startMarkUpDepth < fMarkUpDepth) {