summaryrefslogtreecommitdiffstats
path: root/libjava/org/xml/sax/SAXParseException.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/org/xml/sax/SAXParseException.java')
-rw-r--r--libjava/org/xml/sax/SAXParseException.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/libjava/org/xml/sax/SAXParseException.java b/libjava/org/xml/sax/SAXParseException.java
index bcfb94ebd25..a5dcc06f0fb 100644
--- a/libjava/org/xml/sax/SAXParseException.java
+++ b/libjava/org/xml/sax/SAXParseException.java
@@ -100,9 +100,9 @@ public class SAXParseException extends SAXException {
* fully before creating the exception.</p>
*
* @param message The error or warning message.
- * @param publicId The public identifer of the entity that generated
+ * @param publicId The public identifier of the entity that generated
* the error or warning.
- * @param systemId The system identifer of the entity that generated
+ * @param systemId The system identifier of the entity that generated
* the error or warning.
* @param lineNumber The line number of the end of the text that
* caused the error or warning.
@@ -130,9 +130,9 @@ public class SAXParseException extends SAXException {
*
* @param message The error or warning message, or null to use
* the message from the embedded exception.
- * @param publicId The public identifer of the entity that generated
+ * @param publicId The public identifier of the entity that generated
* the error or warning.
- * @param systemId The system identifer of the entity that generated
+ * @param systemId The system identifier of the entity that generated
* the error or warning.
* @param lineNumber The line number of the end of the text that
* caused the error or warning.
OpenPOWER on IntegriCloud