Merge "Replace identifer with identifier"
diff --git a/luni/src/main/java/org/xml/sax/HandlerBase.java b/luni/src/main/java/org/xml/sax/HandlerBase.java
index 19c3cff..7b3cdbf 100644
--- a/luni/src/main/java/org/xml/sax/HandlerBase.java
+++ b/luni/src/main/java/org/xml/sax/HandlerBase.java
@@ -61,7 +61,7 @@
      * 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/luni/src/main/java/org/xml/sax/helpers/DefaultHandler.java b/luni/src/main/java/org/xml/sax/helpers/DefaultHandler.java
index 9998868..d01925d 100644
--- a/luni/src/main/java/org/xml/sax/helpers/DefaultHandler.java
+++ b/luni/src/main/java/org/xml/sax/helpers/DefaultHandler.java
@@ -73,7 +73,7 @@
      * 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.