diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-31 00:48:17 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-31 00:48:17 +0000 |
commit | daca25b853b52ea5035f6979a325fe030df38870 (patch) | |
tree | 5308302766b87f978a067f91b79c6b91b4198025 /libjava/org/xml | |
parent | c7fa332ec5a2c47c72a24f79164954b343776688 (diff) | |
download | gcc-daca25b853b52ea5035f6979a325fe030df38870.tar.gz |
* HACKING, gnu/gcj/xlib/Pixmap.java, gnu/gcj/xlib/XException.java,
gnu/java/rmi/rmic/RMIC.java, java/awt/Window.java,
java/awt/AWTEvent.java, java/io/ByteArrayOutputStream.java,
java/io/CharConversionException.java,
java/io/PipedInputStream.java, java/io/PipedReader.java,
java/io/PrintWriter.java, java/io/WriteAbortedException.java,
java/io/natFileWin32.cc, java/lang/Class.h,
java/lang/natClassLoader.cc, java/lang/natObject.cc,
java/lang/Package.java, java/net/BindException.java,
java/net/ConnectException.java, java/net/ProtocolException.java,
java/net/SocketException.java,
java/net/UnknownServiceException.java,
java/security/cert/X509Certificate.java,
java/security/interfaces/DSAKey.java,
java/security/SecureRandom.java, java/security/SignedObject.java,
java/sql/DatabaseMetaData.java,
java/text/DecimalFormatSymbols.java,
java/util/jar/Attributes.java, java/util/jar/JarEntry.java,
java/util/jar/JarInputStream.java,
java/util/jar/JarOutputStream.java, java/util/Calendar.java,
java/util/Collections.java, java/util/GregorianCalendar.java,
java/util/HashMap.java, java/util/List.java,
java/util/Properties.java, java/util/Timer.java,
java/util/Vector.java, java/util/WeakHashMap.java,
javax/naming/NamingException.java,
testsuite/libjava.lang/Thread_Wait.java,
org/xml/sax/helpers/DefaultHandler.java,
org/xml/sax/HandlerBase.java, org/xml/sax/SAXParseException.java,
ChangeLog, acinclude.m4, aclocal.m4, posix-threads.cc: Fix
spelling errors.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46665 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/org/xml')
-rw-r--r-- | libjava/org/xml/sax/HandlerBase.java | 2 | ||||
-rw-r--r-- | libjava/org/xml/sax/SAXParseException.java | 8 | ||||
-rw-r--r-- | libjava/org/xml/sax/helpers/DefaultHandler.java | 2 |
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.
|