summaryrefslogtreecommitdiffstats
path: root/libjava/org
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/org')
-rw-r--r--libjava/org/xml/sax/HandlerBase.java2
-rw-r--r--libjava/org/xml/sax/SAXParseException.java8
-rw-r--r--libjava/org/xml/sax/helpers/DefaultHandler.java2
3 files changed, 6 insertions, 6 deletions
diff --git a/libjava/org/xml/sax/HandlerBase.java b/libjava/org/xml/sax/HandlerBase.java
index 297aced7aaa..34a8f7675d9 100644
--- a/libjava/org/xml/sax/HandlerBase.java
+++ b/libjava/org/xml/sax/HandlerBase.java
@@ -58,7 +58,7 @@ public class HandlerBase
* in a subclass to do special translations such as catalog lookups
* or URI redirection.</p>
*
- * @param publicId The public identifer, or null if none is
+ * @param publicId The public identifier, or null if none is
* available.
* @param systemId The system identifier provided in the XML
* document.
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.
diff --git a/libjava/org/xml/sax/helpers/DefaultHandler.java b/libjava/org/xml/sax/helpers/DefaultHandler.java
index dfda9c39a94..957d44d882e 100644
--- a/libjava/org/xml/sax/helpers/DefaultHandler.java
+++ b/libjava/org/xml/sax/helpers/DefaultHandler.java
@@ -71,7 +71,7 @@ public class DefaultHandler
* in a subclass to do special translations such as catalog lookups
* or URI redirection.</p>
*
- * @param publicId The public identifer, or null if none is
+ * @param publicId The public identifier, or null if none is
* available.
* @param systemId The system identifier provided in the XML
* document.
OpenPOWER on IntegriCloud