Commit 18e1f2bd by Joseph Myers

HACKING, [...]: Fix spelling errors.

	* 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.

From-SVN: r46665
parent ffc5527f
2001-10-31 Joseph S. Myers <jsm28@cam.ac.uk>
* 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.
2001-10-30 Bryce McKinlay <bryce@waitaki.otago.ac.nz> 2001-10-30 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
* jni.cc (JNI_CreateJavaVM): Call _Jv_CreateJavaVM. Don't call * jni.cc (JNI_CreateJavaVM): Call _Jv_CreateJavaVM. Don't call
...@@ -1236,7 +1270,7 @@ Tue Oct 23 23:52:18 2001 Anthony Green <green@redhat.com> ...@@ -1236,7 +1270,7 @@ Tue Oct 23 23:52:18 2001 Anthony Green <green@redhat.com>
of _Jv_AttachCurrentThread. of _Jv_AttachCurrentThread.
* gnu/gcj/runtime/FirstThread.java (FirstThread): Now extends Thread. * gnu/gcj/runtime/FirstThread.java (FirstThread): Now extends Thread.
(run): New method. Take care of looking up main class manifest (run): New method. Take care of looking up main class manifest
attribute and calling forName if neccessary. Then call call_main. attribute and calling forName if necessary. Then call call_main.
(call_main): New native method. (call_main): New native method.
* gnu/gcj/runtime/natFirstThread.cc (call_main): New function, code * gnu/gcj/runtime/natFirstThread.cc (call_main): New function, code
relocated from prims.cc. Look up and call main method. relocated from prims.cc. Look up and call main method.
...@@ -1784,7 +1818,7 @@ Tue Oct 23 23:52:18 2001 Anthony Green <green@redhat.com> ...@@ -1784,7 +1818,7 @@ Tue Oct 23 23:52:18 2001 Anthony Green <green@redhat.com>
Bryce McKinlay <bryce@waitaki.otago.ac.nz> Bryce McKinlay <bryce@waitaki.otago.ac.nz>
* java/lang/natClass.cc (_Jv_IsAssignableFrom): Ensure that ancestors * java/lang/natClass.cc (_Jv_IsAssignableFrom): Ensure that ancestors
table index is within allowed bounds. Ensure that we dont try to access table index is within allowed bounds. Ensure that we don't try to access
class itable at a negative offset. Avoid an ancestor table lookup if class itable at a negative offset. Avoid an ancestor table lookup if
source is a primitive type class. source is a primitive type class.
(isInstance): Remove redundant isPrimitive() check. (isInstance): Remove redundant isPrimitive() check.
...@@ -4788,7 +4822,7 @@ Sun Nov 26 21:30:25 2000 Anthony Green <green@redhat.com> ...@@ -4788,7 +4822,7 @@ Sun Nov 26 21:30:25 2000 Anthony Green <green@redhat.com>
* java/awt/Toolkit.java (systemEventQueue): Removed. * java/awt/Toolkit.java (systemEventQueue): Removed.
(getDefaultToolkit): Default to "gnu.awt.gtk.GtkToolkit". (getDefaultToolkit): Default to "gnu.awt.gtk.GtkToolkit".
* java/awt/Window.java (getToolkit): Don't call super. * java/awt/Window.java (getToolkit): Don't call super.
* java/awt/image/BufferedImage.java: Fix definate assignment errors. * java/awt/image/BufferedImage.java: Fix definite assignment errors.
* java/awt/peer/ContainerPeer.java (insets): Remove unused method. * java/awt/peer/ContainerPeer.java (insets): Remove unused method.
* gnu/awt/gtk/GtkComponentPeer.java: New file. * gnu/awt/gtk/GtkComponentPeer.java: New file.
* gnu/awt/gtk/GtkContainerPeer.java: New file. * gnu/awt/gtk/GtkContainerPeer.java: New file.
...@@ -5419,7 +5453,7 @@ Sat Aug 19 11:00:53 2000 Anthony Green <green@redhat.com> ...@@ -5419,7 +5453,7 @@ Sat Aug 19 11:00:53 2000 Anthony Green <green@redhat.com>
* java/awt/image/BufferedImage.java: New file. * java/awt/image/BufferedImage.java: New file.
* java/awt/image/RasterOp.java: New file. * java/awt/image/RasterOp.java: New file.
* java/awt/peer/ComponentPeer.java (getGraphicsConfiguration): * java/awt/peer/ComponentPeer.java (getGraphicsConfiguration):
More powerfull replacement for getColorModel(). More powerful replacement for getColorModel().
(getColorModel) Removed. (getColorModel) Removed.
(setEventMask) New method. (setEventMask) New method.
* Makefile.am: Added new files. * Makefile.am: Added new files.
......
...@@ -40,7 +40,7 @@ Yup, you need the magic libgcj automake ;-) ...@@ -40,7 +40,7 @@ Yup, you need the magic libgcj automake ;-)
<ftp://ftp.freesoftware.com/.0/sourceware/java/automake-gcj-1.4.tar.gz> <ftp://ftp.freesoftware.com/.0/sourceware/java/automake-gcj-1.4.tar.gz>
Install that (dont worry, it should still work for other projects), add your Install that (don't worry, it should still work for other projects), add your
files to the Makefile.am, then just type "automake" and it will regenerate the files to the Makefile.am, then just type "automake" and it will regenerate the
Makefile.in. Easy! Makefile.in. Easy!
......
...@@ -9,7 +9,7 @@ AC_ARG_ENABLE(multilib, ...@@ -9,7 +9,7 @@ AC_ARG_ENABLE(multilib,
*) AC_MSG_ERROR(bad value ${enableval} for multilib option) ;; *) AC_MSG_ERROR(bad value ${enableval} for multilib option) ;;
esac], [multilib=yes])dnl esac], [multilib=yes])dnl
dnl We may get other options which we dont document: dnl We may get other options which we don't document:
dnl --with-target-subdir, --with-multisrctop, --with-multisubdir dnl --with-target-subdir, --with-multisrctop, --with-multisubdir
# When building with srcdir == objdir, links to the source files will # When building with srcdir == objdir, links to the source files will
...@@ -61,7 +61,7 @@ version=0.0.7 ...@@ -61,7 +61,7 @@ version=0.0.7
dnl Still use "libjava" here to placate dejagnu. dnl Still use "libjava" here to placate dejagnu.
AM_INIT_AUTOMAKE(libjava, $version) AM_INIT_AUTOMAKE(libjava, $version)
# AC_CHECK_TOOL does AC_REQUIRE (AC_CANONICAL_BUILD). If we dont # AC_CHECK_TOOL does AC_REQUIRE (AC_CANONICAL_BUILD). If we don't
# run it explicitly here, it will be run implicitly before # run it explicitly here, it will be run implicitly before
# LIBGCJ_CONFIGURE, which doesn't work because that means that it will # LIBGCJ_CONFIGURE, which doesn't work because that means that it will
# be run before AC_CANONICAL_HOST. # be run before AC_CANONICAL_HOST.
...@@ -80,7 +80,7 @@ AM_MAINTAINER_MODE ...@@ -80,7 +80,7 @@ AM_MAINTAINER_MODE
# need to use $(EXEEXT). Moreover, the test for EXEEXT normally # need to use $(EXEEXT). Moreover, the test for EXEEXT normally
# fails, because we are probably configuring with a cross compiler # fails, because we are probably configuring with a cross compiler
# which cant create executables. So we include AC_EXEEXT to keep # which cant create executables. So we include AC_EXEEXT to keep
# automake happy, but we dont execute it, since we dont care about # automake happy, but we don't execute it, since we don't care about
# the result. # the result.
if false; then if false; then
# autoconf 2.50 runs AC_EXEEXT by default, and the macro expands # autoconf 2.50 runs AC_EXEEXT by default, and the macro expands
......
...@@ -21,7 +21,7 @@ AC_ARG_ENABLE(multilib, ...@@ -21,7 +21,7 @@ AC_ARG_ENABLE(multilib,
*) AC_MSG_ERROR(bad value ${enableval} for multilib option) ;; *) AC_MSG_ERROR(bad value ${enableval} for multilib option) ;;
esac], [multilib=yes])dnl esac], [multilib=yes])dnl
dnl We may get other options which we dont document: dnl We may get other options which we don't document:
dnl --with-target-subdir, --with-multisrctop, --with-multisubdir dnl --with-target-subdir, --with-multisrctop, --with-multisubdir
# When building with srcdir == objdir, links to the source files will # When building with srcdir == objdir, links to the source files will
...@@ -73,7 +73,7 @@ version=0.0.7 ...@@ -73,7 +73,7 @@ version=0.0.7
dnl Still use "libjava" here to placate dejagnu. dnl Still use "libjava" here to placate dejagnu.
AM_INIT_AUTOMAKE(libjava, $version) AM_INIT_AUTOMAKE(libjava, $version)
# AC_CHECK_TOOL does AC_REQUIRE (AC_CANONICAL_BUILD). If we dont # AC_CHECK_TOOL does AC_REQUIRE (AC_CANONICAL_BUILD). If we don't
# run it explicitly here, it will be run implicitly before # run it explicitly here, it will be run implicitly before
# LIBGCJ_CONFIGURE, which doesn't work because that means that it will # LIBGCJ_CONFIGURE, which doesn't work because that means that it will
# be run before AC_CANONICAL_HOST. # be run before AC_CANONICAL_HOST.
...@@ -92,7 +92,7 @@ AM_MAINTAINER_MODE ...@@ -92,7 +92,7 @@ AM_MAINTAINER_MODE
# need to use $(EXEEXT). Moreover, the test for EXEEXT normally # need to use $(EXEEXT). Moreover, the test for EXEEXT normally
# fails, because we are probably configuring with a cross compiler # fails, because we are probably configuring with a cross compiler
# which cant create executables. So we include AC_EXEEXT to keep # which cant create executables. So we include AC_EXEEXT to keep
# automake happy, but we dont execute it, since we dont care about # automake happy, but we don't execute it, since we don't care about
# the result. # the result.
if false; then if false; then
# autoconf 2.50 runs AC_EXEEXT by default, and the macro expands # autoconf 2.50 runs AC_EXEEXT by default, and the macro expands
......
...@@ -1364,7 +1364,7 @@ fi ...@@ -1364,7 +1364,7 @@ fi
# AC_CHECK_TOOL does AC_REQUIRE (AC_CANONICAL_BUILD). If we dont # AC_CHECK_TOOL does AC_REQUIRE (AC_CANONICAL_BUILD). If we don't
# run it explicitly here, it will be run implicitly before # run it explicitly here, it will be run implicitly before
# LIBGCJ_CONFIGURE, which doesn't work because that means that it will # LIBGCJ_CONFIGURE, which doesn't work because that means that it will
# be run before AC_CANONICAL_HOST. # be run before AC_CANONICAL_HOST.
...@@ -1613,7 +1613,7 @@ fi ...@@ -1613,7 +1613,7 @@ fi
# need to use $(EXEEXT). Moreover, the test for EXEEXT normally # need to use $(EXEEXT). Moreover, the test for EXEEXT normally
# fails, because we are probably configuring with a cross compiler # fails, because we are probably configuring with a cross compiler
# which cant create executables. So we include AC_EXEEXT to keep # which cant create executables. So we include AC_EXEEXT to keep
# automake happy, but we dont execute it, since we dont care about # automake happy, but we don't execute it, since we don't care about
# the result. # the result.
if false; then if false; then
# autoconf 2.50 runs AC_EXEEXT by default, and the macro expands # autoconf 2.50 runs AC_EXEEXT by default, and the macro expands
......
...@@ -24,7 +24,7 @@ public class Pixmap extends Drawable ...@@ -24,7 +24,7 @@ public class Pixmap extends Drawable
/* FIXME: don't create a new GC all the time. This might actually /* FIXME: don't create a new GC all the time. This might actually
not be as bad as initially believed. The GC cache of Xlib makes not be as bad as initially believed. The GC cache of Xlib makes
this opertation less costly. */ this operation less costly. */
GC gc = new GC(this); GC gc = new GC(this);
gc.putImage(image, 0, 0, 0, 0, image.getWidth(), image.getHeight()); gc.putImage(image, 0, 0, 0, 0, image.getWidth(), image.getHeight());
......
...@@ -9,7 +9,7 @@ details. */ ...@@ -9,7 +9,7 @@ details. */
package gnu.gcj.xlib; package gnu.gcj.xlib;
/** /**
* Runtime exception that occured during an Xlib opertation. * Runtime exception that occurred during an Xlib operation.
* *
* @author Rolf W. Rasmussen <rolfwr@ii.uib.no> * @author Rolf W. Rasmussen <rolfwr@ii.uib.no>
*/ */
......
...@@ -647,7 +647,7 @@ private void generateSkel() throws IOException { ...@@ -647,7 +647,7 @@ private void generateSkel() throws IOException {
out.println(); out.println();
// getOpertions method // getOperations method
out.print("public java.rmi.server.Operation[] getOperations() {"); out.print("public java.rmi.server.Operation[] getOperations() {");
ctrl.indent(); ctrl.indent();
out.print("return ((java.rmi.server.Operation[]) operations.clone());"); out.print("return ((java.rmi.server.Operation[]) operations.clone());");
......
...@@ -17,7 +17,7 @@ package java.awt; ...@@ -17,7 +17,7 @@ package java.awt;
/** /**
* AWTEvent is the root event class for all AWT events in the JDK 1.1 event * AWTEvent is the root event class for all AWT events in the JDK 1.1 event
* model. It supercedes the Event class from JDK 1.0. * model. It supersedes the Event class from JDK 1.0.
*/ */
public abstract class AWTEvent extends java.util.EventObject public abstract class AWTEvent extends java.util.EventObject
......
...@@ -143,7 +143,7 @@ public class Window extends Container ...@@ -143,7 +143,7 @@ public class Window extends Container
super.show (); super.show ();
// FIXME: Is this call neccessary or do we assume the peer takes care of // FIXME: Is this call necessary or do we assume the peer takes care of
// it? // it?
// this.toFront(); // this.toFront();
} }
......
...@@ -186,7 +186,7 @@ public class ByteArrayOutputStream extends OutputStream ...@@ -186,7 +186,7 @@ public class ByteArrayOutputStream extends OutputStream
return new String (buf, 0, count, hibyte); return new String (buf, 0, count, hibyte);
} }
// Resize buffer to accomodate new bytes. // Resize buffer to accommodate new bytes.
private void resize (int add) private void resize (int add)
{ {
if (count + add >= buf.length) if (count + add >= buf.length)
......
...@@ -33,7 +33,7 @@ package java.io; ...@@ -33,7 +33,7 @@ package java.io;
*/ */
/** /**
* This exception is thrown to indicate that a problem occured with * This exception is thrown to indicate that a problem occurred with
* an attempted character conversion. * an attempted character conversion.
* *
* @version 0.0 * @version 0.0
......
...@@ -194,7 +194,7 @@ public class PipedInputStream extends InputStream ...@@ -194,7 +194,7 @@ public class PipedInputStream extends InputStream
else else
copylen = Math.min (len, buffer.length - in); copylen = Math.min (len, buffer.length - in);
// Copy bytes until the pipe is filled, wrapping if neccessary. // Copy bytes until the pipe is filled, wrapping if necessary.
System.arraycopy(buf, bufpos, buffer, in, copylen); System.arraycopy(buf, bufpos, buffer, in, copylen);
len -= copylen; len -= copylen;
bufpos += copylen; bufpos += copylen;
......
...@@ -181,7 +181,7 @@ public class PipedReader extends Reader ...@@ -181,7 +181,7 @@ public class PipedReader extends Reader
else else
copylen = Math.min (len, buffer.length - in); copylen = Math.min (len, buffer.length - in);
// Copy chars until the pipe is filled, wrapping if neccessary. // Copy chars until the pipe is filled, wrapping if necessary.
System.arraycopy(buf, bufpos, buffer, in, copylen); System.arraycopy(buf, bufpos, buffer, in, copylen);
len -= copylen; len -= copylen;
bufpos += copylen; bufpos += copylen;
......
...@@ -57,7 +57,7 @@ public class PrintWriter extends Writer ...@@ -57,7 +57,7 @@ public class PrintWriter extends Writer
private boolean autoflush; private boolean autoflush;
/** /**
* This boolean indicates whether or not an error has ever occured * This boolean indicates whether or not an error has ever occurred
* on this stream. * on this stream.
*/ */
private boolean error; private boolean error;
......
/* WriteAbortedException.java -- An exception occured while writing a /* WriteAbortedException.java -- An exception occurred while writing a
serialization stream serialization stream
Copyright (C) 1998, 2000 Free Software Foundation, Inc. Copyright (C) 1998, 2000 Free Software Foundation, Inc.
......
...@@ -84,7 +84,7 @@ java::io::File::attr (jint query) ...@@ -84,7 +84,7 @@ java::io::File::attr (jint query)
if (query == LENGTH) if (query == LENGTH)
return ((long long)info.nFileSizeHigh) << 32 | (unsigned long long)info.nFileSizeLow; return ((long long)info.nFileSizeHigh) << 32 | (unsigned long long)info.nFileSizeLow;
else { else {
// FIXME? This is somewhat compiler dependant (the LL constant suffix) // FIXME? This is somewhat compiler dependent (the LL constant suffix)
// The file time as return by windows is the number of 100-nanosecond intervals since January 1, 1601 // The file time as return by windows is the number of 100-nanosecond intervals since January 1, 1601
return (((((long long)info.ftLastWriteTime.dwHighDateTime) << 32) | ((unsigned long long)info.ftLastWriteTime.dwLowDateTime)) - 116444736000000000LL) / 10000LL; return (((((long long)info.ftLastWriteTime.dwHighDateTime) << 32) | ((unsigned long long)info.ftLastWriteTime.dwLowDateTime)) - 116444736000000000LL) / 10000LL;
} }
......
...@@ -305,7 +305,7 @@ private: ...@@ -305,7 +305,7 @@ private:
friend jshort _Jv_FindIIndex (jclass *, jshort *, jshort); friend jshort _Jv_FindIIndex (jclass *, jshort *, jshort);
// Return array class corresponding to element type KLASS, creating it if // Return array class corresponding to element type KLASS, creating it if
// neccessary. // necessary.
inline friend jclass inline friend jclass
_Jv_GetArrayClass (jclass klass, java::lang::ClassLoader *loader) _Jv_GetArrayClass (jclass klass, java::lang::ClassLoader *loader)
{ {
......
...@@ -39,7 +39,7 @@ import java.util.StringTokenizer; ...@@ -39,7 +39,7 @@ import java.util.StringTokenizer;
* <a href="http://java.sun.com/products/jdk/1.3/docs/guide/versioning/spec/VersioningSpecification.html">Product Versioning Specification</a>. * <a href="http://java.sun.com/products/jdk/1.3/docs/guide/versioning/spec/VersioningSpecification.html">Product Versioning Specification</a>.
* It also allows packages to be sealed with respect to the originating URL. * It also allows packages to be sealed with respect to the originating URL.
* <p> * <p>
* The most usefull method is the <code>isCompatibleWith()</code> method that * The most useful method is the <code>isCompatibleWith()</code> method that
* compares a desired version of a specification with the version of the * compares a desired version of a specification with the version of the
* specification as implemented by a package. A package is considered * specification as implemented by a package. A package is considered
* compatible with another version if the version of the specification is * compatible with another version if the version of the specification is
......
...@@ -657,7 +657,7 @@ _Jv_NewArrayClass (jclass element, java::lang::ClassLoader *loader, ...@@ -657,7 +657,7 @@ _Jv_NewArrayClass (jclass element, java::lang::ClassLoader *loader,
array_class->interface_count = sizeof interfaces / sizeof interfaces[0]; array_class->interface_count = sizeof interfaces / sizeof interfaces[0];
// Since all array classes have the same interface dispatch table, we can // Since all array classes have the same interface dispatch table, we can
// cache one and reuse it. It is not neccessary to synchronize this. // cache one and reuse it. It is not necessary to synchronize this.
if (!array_idt) if (!array_idt)
{ {
_Jv_PrepareConstantTimeTables (array_class); _Jv_PrepareConstantTimeTables (array_class);
......
...@@ -746,7 +746,7 @@ heavy_lock_obj_finalization_proc (void *obj, void *cd) ...@@ -746,7 +746,7 @@ heavy_lock_obj_finalization_proc (void *obj, void *cd)
// heavy lock. Unlink it and, if necessary, register a finalizer // heavy lock. Unlink it and, if necessary, register a finalizer
// to destroy sync_info. // to destroy sync_info.
unlink_heavy(addr, he); unlink_heavy(addr, he);
hl -> address = 0; // Dont destroy it again. hl -> address = 0; // Don't destroy it again.
release_set(&(he -> address), he_address); release_set(&(he -> address), he_address);
# if defined (_Jv_HaveCondDestroy) || defined (_Jv_HaveMutexDestroy) # if defined (_Jv_HaveCondDestroy) || defined (_Jv_HaveMutexDestroy)
// Make sure lock is not held and then destroy condvar and mutex. // Make sure lock is not held and then destroy condvar and mutex.
......
/* BindException.java -- An exception occured while binding to a socket /* BindException.java -- An exception occurred while binding to a socket
Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -33,7 +33,7 @@ package java.net; ...@@ -33,7 +33,7 @@ package java.net;
*/ */
/** /**
* This exception indicates that an error occured while attempting to bind * This exception indicates that an error occurred while attempting to bind
* socket to a particular port. * socket to a particular port.
* *
* @author Aaron M. Renn (arenn@urbanophile.com) * @author Aaron M. Renn (arenn@urbanophile.com)
......
/* ConnectException.java -- An exception occured while connecting to a host /* ConnectException.java -- An exception occurred while connecting to a host
Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -34,7 +34,7 @@ package java.net; ...@@ -34,7 +34,7 @@ package java.net;
*/ */
/** /**
* This exception indicates that an error occured while attempting to * This exception indicates that an error occurred while attempting to
* connect to a remote host. Often this indicates that the remote host * connect to a remote host. Often this indicates that the remote host
* refused the connection (ie, is not listening on the target socket). * refused the connection (ie, is not listening on the target socket).
* *
......
/* ProtocolException.java -- A low level protocol error occured /* ProtocolException.java -- A low level protocol error occurred
Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -34,7 +34,7 @@ package java.net; ...@@ -34,7 +34,7 @@ package java.net;
/** /**
* This exception indicates that some sort of low level protocol * This exception indicates that some sort of low level protocol
* exception occured. Look in the descriptive message (if any) for * exception occurred. Look in the descriptive message (if any) for
* details on what went wrong * details on what went wrong
* *
* @author Aaron M. Renn (arenn@urbanophile.com) * @author Aaron M. Renn (arenn@urbanophile.com)
......
/* SocketException.java -- An exception occured while performing a socket op /* SocketException.java -- An exception occurred while performing a socket op
Copyright (C) 1998, 1999, 2001 Free Software Foundation, Inc. Copyright (C) 1998, 1999, 2001 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -31,7 +31,7 @@ package java.net; ...@@ -31,7 +31,7 @@ package java.net;
*/ */
/** /**
* This exception indicates that a generic error occured related to an * This exception indicates that a generic error occurred related to an
* operation on a socket. Check the descriptive message (if any) for * operation on a socket. Check the descriptive message (if any) for
* details on the nature of this error * details on the nature of this error
* *
......
/* UnknownServiceException.java -- A service error occured /* UnknownServiceException.java -- A service error occurred
Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
......
...@@ -55,7 +55,7 @@ public class SecureRandom extends Random ...@@ -55,7 +55,7 @@ public class SecureRandom extends Random
It is not seeded and should be seeded using setSeed or else It is not seeded and should be seeded using setSeed or else
on the first call to getnextBytes it will force a seed. on the first call to getnextBytes it will force a seed.
It is maintained for backwards compatability and programs It is maintained for backwards compatibility and programs
should use getInstance. should use getInstance.
*/ */
public SecureRandom() public SecureRandom()
...@@ -115,7 +115,7 @@ public class SecureRandom extends Random ...@@ -115,7 +115,7 @@ public class SecureRandom extends Random
It is seeded with the passed function and is useful if the user It is seeded with the passed function and is useful if the user
has access to hardware random device (like a radiation detector). has access to hardware random device (like a radiation detector).
It is maintained for backwards compatability and programs It is maintained for backwards compatibility and programs
should use getInstance. should use getInstance.
@param seed Seed bytes for class @param seed Seed bytes for class
......
...@@ -80,7 +80,7 @@ public final class SignedObject implements Serializable ...@@ -80,7 +80,7 @@ public final class SignedObject implements Serializable
@param signingKey the key to sign with @param signingKey the key to sign with
@param signingEngine the signature engine to use @param signingEngine the signature engine to use
@throws IOException serialization error occured @throws IOException serialization error occurred
@throws InvalidKeyException invalid key @throws InvalidKeyException invalid key
@throws SignatureException signing error @throws SignatureException signing error
*/ */
...@@ -108,8 +108,8 @@ public final class SignedObject implements Serializable ...@@ -108,8 +108,8 @@ public final class SignedObject implements Serializable
@return the encapsulated object @return the encapsulated object
@throws IOException de-serialization error occured @throws IOException de-serialization error occurred
@throws ClassNotFoundException de-serialization error occured @throws ClassNotFoundException de-serialization error occurred
*/ */
public Object getObject() throws IOException, ClassNotFoundException public Object getObject() throws IOException, ClassNotFoundException
{ {
......
...@@ -288,7 +288,7 @@ public abstract class X509Certificate extends Certificate implements X509Extensi ...@@ -288,7 +288,7 @@ public abstract class X509Certificate extends Certificate implements X509Extensi
@return the DER encoded tbsCertificate @return the DER encoded tbsCertificate
@throws CertificateEncodingException if encoding error occured @throws CertificateEncodingException if encoding error occurred
*/ */
public abstract byte[] getTBSCertificate() throws CertificateEncodingException; public abstract byte[] getTBSCertificate() throws CertificateEncodingException;
......
/* DSAKey.java -- Interface for Digital Signature Algorith key /* DSAKey.java -- Interface for Digital Signature Algorithm key
Copyright (C) 1998 Free Software Foundation, Inc. Copyright (C) 1998 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
......
...@@ -47,7 +47,7 @@ public static final int bestRowUnknown = 0; ...@@ -47,7 +47,7 @@ public static final int bestRowUnknown = 0;
public static final int bestRowNotPseudo = 1; public static final int bestRowNotPseudo = 1;
/** /**
* The best row identifer is a pseudo-column. * The best row identifier is a pseudo-column.
*/ */
public static final int bestRowPseudo = 2; public static final int bestRowPseudo = 2;
...@@ -58,12 +58,12 @@ public static final int bestRowPseudo = 2; ...@@ -58,12 +58,12 @@ public static final int bestRowPseudo = 2;
public static final int bestRowTemporary = 0; public static final int bestRowTemporary = 0;
/** /**
* The best row identifer is valid to the end of the transaction. * The best row identifier is valid to the end of the transaction.
*/ */
public static final int bestRowTransaction = 1; public static final int bestRowTransaction = 1;
/** /**
* The best row identifer is valid to the end of the session. * The best row identifier is valid to the end of the session.
*/ */
public static final int bestRowSession = 2; public static final int bestRowSession = 2;
...@@ -2696,7 +2696,7 @@ supportsBatchUpdates() throws SQLException; ...@@ -2696,7 +2696,7 @@ supportsBatchUpdates() throws SQLException;
* <li>TYPE_SCEHM - The schema name, which may be <code>null</code>. * <li>TYPE_SCEHM - The schema name, which may be <code>null</code>.
* <li>TYPE_NAME - The user defined data type name. * <li>TYPE_NAME - The user defined data type name.
* <li>CLASS_NAME - The Java class name this type maps to. * <li>CLASS_NAME - The Java class name this type maps to.
* <li>DATA_TYPE - A type identifer from <code>Types</code> for this type. * <li>DATA_TYPE - A type identifier from <code>Types</code> for this type.
* This will be one of <code>JAVA_OBJECT</code>, <code>STRUCT</code>, or * This will be one of <code>JAVA_OBJECT</code>, <code>STRUCT</code>, or
* <code>DISTINCT</code>. * <code>DISTINCT</code>.
* <li>REMARKS - Comments about this data type. * <li>REMARKS - Comments about this data type.
...@@ -2708,7 +2708,7 @@ supportsBatchUpdates() throws SQLException; ...@@ -2708,7 +2708,7 @@ supportsBatchUpdates() throws SQLException;
* @param schema The schema to retrieve information from, or the empty string * @param schema The schema to retrieve information from, or the empty string
* to return entities not associated with a schema. * to return entities not associated with a schema.
* @param typePattern The type name pattern to match. * @param typePattern The type name pattern to match.
* @param types The type identifer patterns (from <code>Types</code>) to * @param types The type identifier patterns (from <code>Types</code>) to
* match. * match.
* *
* @return A <code>ResultSet</code> with the requested type information * @return A <code>ResultSet</code> with the requested type information
......
...@@ -476,7 +476,7 @@ public final class DecimalFormatSymbols implements Cloneable, Serializable ...@@ -476,7 +476,7 @@ public final class DecimalFormatSymbols implements Cloneable, Serializable
} }
/** /**
* This method sets the charcter used to represen the digit zero. * This method sets the character used to represent the digit zero.
* *
* @param zeroDigit The character used to represent the digit zero. * @param zeroDigit The character used to represent the digit zero.
*/ */
......
...@@ -445,7 +445,7 @@ public abstract class Calendar implements Serializable, Cloneable ...@@ -445,7 +445,7 @@ public abstract class Calendar implements Serializable, Cloneable
} }
/** /**
* Gets the set of locales for which a Calendar is availiable. * Gets the set of locales for which a Calendar is available.
* @exception MissingResourceException if locale data couldn't be found. * @exception MissingResourceException if locale data couldn't be found.
* @return the set of locales. * @return the set of locales.
*/ */
...@@ -682,7 +682,7 @@ public abstract class Calendar implements Serializable, Cloneable ...@@ -682,7 +682,7 @@ public abstract class Calendar implements Serializable, Cloneable
* Compares the given calendar with this. * Compares the given calendar with this.
* @param o the object to that we should compare. * @param o the object to that we should compare.
* @return true, if the given object is a calendar, that represents * @return true, if the given object is a calendar, that represents
* the same time (but doesn't neccessary have the same fields). * the same time (but doesn't necessary have the same fields).
*/ */
public boolean equals(Object o) public boolean equals(Object o)
{ {
...@@ -892,7 +892,7 @@ public abstract class Calendar implements Serializable, Cloneable ...@@ -892,7 +892,7 @@ public abstract class Calendar implements Serializable, Cloneable
/** /**
* Gets the actual minimum value that is allowed for the specified field. * Gets the actual minimum value that is allowed for the specified field.
* This value is dependant on the values of the other fields. * This value is dependent on the values of the other fields.
* @param field the time field. One of the time field constants. * @param field the time field. One of the time field constants.
* @return the actual minimum value. * @return the actual minimum value.
* @since jdk1.2 * @since jdk1.2
...@@ -902,7 +902,7 @@ public abstract class Calendar implements Serializable, Cloneable ...@@ -902,7 +902,7 @@ public abstract class Calendar implements Serializable, Cloneable
/** /**
* Gets the actual maximum value that is allowed for the specified field. * Gets the actual maximum value that is allowed for the specified field.
* This value is dependant on the values of the other fields. * This value is dependent on the values of the other fields.
* @param field the time field. One of the time field constants. * @param field the time field. One of the time field constants.
* @return the actual maximum value. * @return the actual maximum value.
* @since jdk1.2 * @since jdk1.2
......
...@@ -538,7 +538,7 @@ public class Collections ...@@ -538,7 +538,7 @@ public class Collections
/** Cache a single Random object for use by shuffle(List). This improves /** Cache a single Random object for use by shuffle(List). This improves
* performance as well as ensuring that sequential calls to shuffle() will * performance as well as ensuring that sequential calls to shuffle() will
* not result in the same shuffle order occuring: the resolution of * not result in the same shuffle order occurring: the resolution of
* System.currentTimeMillis() is not sufficient to guarantee a unique seed. * System.currentTimeMillis() is not sufficient to guarantee a unique seed.
*/ */
private static Random defaultRandom = null; private static Random defaultRandom = null;
......
...@@ -216,7 +216,7 @@ public class GregorianCalendar extends Calendar ...@@ -216,7 +216,7 @@ public class GregorianCalendar extends Calendar
* Get the linear time in milliseconds since the epoch. If you * Get the linear time in milliseconds since the epoch. If you
* specify a nonpositive year it is interpreted as BC as * specify a nonpositive year it is interpreted as BC as
* following: 0 is 1 BC, -1 is 2 BC and so on. The date is * following: 0 is 1 BC, -1 is 2 BC and so on. The date is
* interpreted as gregorian if the change occured before that date. * interpreted as gregorian if the change occurred before that date.
* *
* @param year the year of the date. * @param year the year of the date.
* @param dayOfYear the day of year of the date; 1 based. * @param dayOfYear the day of year of the date; 1 based.
...@@ -627,7 +627,7 @@ public class GregorianCalendar extends Calendar ...@@ -627,7 +627,7 @@ public class GregorianCalendar extends Calendar
* Compares the given calender with this. * Compares the given calender with this.
* @param o the object to that we should compare. * @param o the object to that we should compare.
* @return true, if the given object is a calendar, that represents * @return true, if the given object is a calendar, that represents
* the same time (but doesn't neccessary have the same fields). * the same time (but doesn't necessary have the same fields).
* @XXX Should we check if time zones, locale, cutover etc. are equal? * @XXX Should we check if time zones, locale, cutover etc. are equal?
*/ */
public boolean equals(Object o) public boolean equals(Object o)
...@@ -973,7 +973,7 @@ public class GregorianCalendar extends Calendar ...@@ -973,7 +973,7 @@ public class GregorianCalendar extends Calendar
/** /**
* Gets the actual minimum value that is allowed for the specified field. * Gets the actual minimum value that is allowed for the specified field.
* This value is dependant on the values of the other fields. Note that * This value is dependent on the values of the other fields. Note that
* this calls <code>complete()</code> if not enough fields are set. This * this calls <code>complete()</code> if not enough fields are set. This
* can have ugly side effects. * can have ugly side effects.
* @param field the time field. One of the time field constants. * @param field the time field. One of the time field constants.
...@@ -1001,7 +1001,7 @@ public class GregorianCalendar extends Calendar ...@@ -1001,7 +1001,7 @@ public class GregorianCalendar extends Calendar
/** /**
* Gets the actual maximum value that is allowed for the specified field. * Gets the actual maximum value that is allowed for the specified field.
* This value is dependant on the values of the other fields. Note that * This value is dependent on the values of the other fields. Note that
* this calls <code>complete()</code> if not enough fields are set. This * this calls <code>complete()</code> if not enough fields are set. This
* can have ugly side effects. * can have ugly side effects.
* @param field the time field. One of the time field constants. * @param field the time field. One of the time field constants.
......
...@@ -505,7 +505,7 @@ public class HashMap extends AbstractMap ...@@ -505,7 +505,7 @@ public class HashMap extends AbstractMap
public boolean remove(Object o) public boolean remove(Object o)
{ {
// Test against the size of the HashMap to determine if anything // Test against the size of the HashMap to determine if anything
// really got removed. This is neccessary because the return value of // really got removed. This is necessary because the return value of
// HashMap.remove() is ambiguous in the null case. // HashMap.remove() is ambiguous in the null case.
int oldsize = size; int oldsize = size;
HashMap.this.remove(o); HashMap.this.remove(o);
......
...@@ -288,7 +288,7 @@ public interface List extends Collection ...@@ -288,7 +288,7 @@ public interface List extends Collection
Object remove(int index); Object remove(int index);
/** /**
* Remove the first occurence of an object from this list (optional * Remove the first occurrence of an object from this list (optional
* operation). That is, remove the first element e such that * operation). That is, remove the first element e such that
* <code>o == null ? e == null : o.equals(e)</code>. * <code>o == null ? e == null : o.equals(e)</code>.
* *
......
...@@ -125,7 +125,7 @@ public class Properties extends Hashtable ...@@ -125,7 +125,7 @@ public class Properties extends Hashtable
* </pre> * </pre>
* *
* @param in the input stream * @param in the input stream
* @exception IOException if an error occured when reading * @exception IOException if an error occurred when reading
* from the input. */ * from the input. */
public void load(InputStream inStream) throws IOException public void load(InputStream inStream) throws IOException
{ {
......
...@@ -39,8 +39,8 @@ package java.util; ...@@ -39,8 +39,8 @@ package java.util;
* scheduling guarantees more or less that the task will be executed at a * scheduling guarantees more or less that the task will be executed at a
* specific time, but if there is ever a delay in execution then the period * specific time, but if there is ever a delay in execution then the period
* between successive executions will be shorter. The first method of * between successive executions will be shorter. The first method of
* repeated scheduling is prefered for repeated tasks in response to user * repeated scheduling is preferred for repeated tasks in response to user
* interaction, the second method of repeated scheduling is prefered for tasks * interaction, the second method of repeated scheduling is preferred for tasks
* that act like alarms. * that act like alarms.
* <p> * <p>
* The Timer keeps a binary heap as a task priority queue which means that * The Timer keeps a binary heap as a task priority queue which means that
...@@ -65,7 +65,7 @@ public class Timer ...@@ -65,7 +65,7 @@ public class Timer
/** Default size of this queue */ /** Default size of this queue */
private final int DEFAULT_SIZE = 32; private final int DEFAULT_SIZE = 32;
/** Wheter to return null when there is nothing in the queue */ /** Whether to return null when there is nothing in the queue */
private boolean nullOnEmpty; private boolean nullOnEmpty;
/** /**
...@@ -375,7 +375,7 @@ public class Timer ...@@ -375,7 +375,7 @@ public class Timer
private boolean canceled; private boolean canceled;
/** /**
* Creates a new Timer with a non deamon Thread as Scheduler, with normal * Creates a new Timer with a non daemon Thread as Scheduler, with normal
* priority and a default name. * priority and a default name.
*/ */
public Timer() public Timer()
...@@ -384,7 +384,7 @@ public class Timer ...@@ -384,7 +384,7 @@ public class Timer
} }
/** /**
* Creates a new Timer with a deamon Thread as scheduler if deamon is true, * Creates a new Timer with a daemon Thread as scheduler if daemon is true,
* with normal priority and a default name. * with normal priority and a default name.
*/ */
public Timer(boolean daemon) public Timer(boolean daemon)
...@@ -393,7 +393,7 @@ public class Timer ...@@ -393,7 +393,7 @@ public class Timer
} }
/** /**
* Creates a new Timer with a deamon Thread as scheduler if deamon is true, * Creates a new Timer with a daemon Thread as scheduler if daemon is true,
* with the priority given and a default name. * with the priority given and a default name.
*/ */
private Timer(boolean daemon, int priority) private Timer(boolean daemon, int priority)
...@@ -402,7 +402,7 @@ public class Timer ...@@ -402,7 +402,7 @@ public class Timer
} }
/** /**
* Creates a new Timer with a deamon Thread as scheduler if deamon is true, * Creates a new Timer with a daemon Thread as scheduler if daemon is true,
* with the priority and name given.E * with the priority and name given.E
*/ */
private Timer(boolean daemon, int priority, String name) private Timer(boolean daemon, int priority, String name)
......
...@@ -32,7 +32,7 @@ import java.io.Serializable; ...@@ -32,7 +32,7 @@ import java.io.Serializable;
/** /**
* the <b>Vector</b> classes implements growable arrays of Objects. * the <b>Vector</b> classes implements growable arrays of Objects.
* You can access elements in a Vector with an index, just as you * You can access elements in a Vector with an index, just as you
* can in a built in array, but Vectors can grow and shrink to accomodate * can in a built in array, but Vectors can grow and shrink to accommodate
* more or fewer objects. * more or fewer objects.
* *
* Vectors try to mantain efficiency in growing by having a * Vectors try to mantain efficiency in growing by having a
...@@ -244,12 +244,12 @@ public class Vector extends AbstractList ...@@ -244,12 +244,12 @@ public class Vector extends AbstractList
/** /**
* Searches the vector starting at <b>index</b> for object <b>elem</b> * Searches the vector starting at <b>index</b> for object <b>elem</b>
* and returns the index of the first occurence of this Object. If * and returns the index of the first occurrence of this Object. If
* the object is not found, -1 is returned * the object is not found, -1 is returned
* *
* @param e The Object to search for * @param e The Object to search for
* @param index Start searching at this index * @param index Start searching at this index
* @returns The index of the first occurence of <b>elem</b>, or -1 * @returns The index of the first occurrence of <b>elem</b>, or -1
* if it is not found * if it is not found
*/ */
public synchronized int indexOf(Object e, int index) public synchronized int indexOf(Object e, int index)
...@@ -263,11 +263,11 @@ public class Vector extends AbstractList ...@@ -263,11 +263,11 @@ public class Vector extends AbstractList
} }
/** /**
* Returns the first occurence of <b>elem</b> in the Vector, or -1 if * Returns the first occurrence of <b>elem</b> in the Vector, or -1 if
* <b>elem</b> is not found. * <b>elem</b> is not found.
* *
* @param elem The object to search for * @param elem The object to search for
* @returns The index of the first occurence of <b>elem</b> or -1 if * @returns The index of the first occurrence of <b>elem</b> or -1 if
* not found * not found
*/ */
public int indexOf(Object elem) public int indexOf(Object elem)
...@@ -287,7 +287,7 @@ public class Vector extends AbstractList ...@@ -287,7 +287,7 @@ public class Vector extends AbstractList
} }
/** /**
* Returns the index of the first occurence of <b>elem</b>, when searching * Returns the index of the first occurrence of <b>elem</b>, when searching
* backwards from <b>index</b>. If the object does not occur in this Vector, * backwards from <b>index</b>. If the object does not occur in this Vector,
* -1 is returned. * -1 is returned.
* *
...@@ -465,7 +465,7 @@ public class Vector extends AbstractList ...@@ -465,7 +465,7 @@ public class Vector extends AbstractList
} }
/** /**
* Removes the first occurence of the given object from the Vector. * Removes the first occurrence of the given object from the Vector.
* If such a remove was performed (the object was found), true is returned. * If such a remove was performed (the object was found), true is returned.
* If there was no such object, false is returned. * If there was no such object, false is returned.
* *
......
...@@ -615,7 +615,7 @@ public class WeakHashMap extends AbstractMap implements Map ...@@ -615,7 +615,7 @@ public class WeakHashMap extends AbstractMap implements Map
{ {
WeakBucket prev = buckets[slot]; WeakBucket prev = buckets[slot];
/* This may throw a NullPointerException. It shouldn't but if /* This may throw a NullPointerException. It shouldn't but if
* a race condition occured (two threads removing the same * a race condition occurred (two threads removing the same
* bucket at the same time) it may happen. <br> * bucket at the same time) it may happen. <br>
* But with race condition many much worse things may happen * But with race condition many much worse things may happen
* anyway. * anyway.
......
...@@ -45,7 +45,7 @@ import java.util.Set; ...@@ -45,7 +45,7 @@ import java.util.Set;
* manipulating the Attributes more or less type safe. * manipulating the Attributes more or less type safe.
* <p> * <p>
* Most of the methods are wrappers to implement the Map interface. The really * Most of the methods are wrappers to implement the Map interface. The really
* usefull and often used methods are <code>getValue(Name)</code> and * useful and often used methods are <code>getValue(Name)</code> and
* <code>getValue(String)</code>. If you actually want to set attributes you * <code>getValue(String)</code>. If you actually want to set attributes you
* may want to use the <code>putValue(String, String)</code> method * may want to use the <code>putValue(String, String)</code> method
* (sorry there is no public type safe <code>putValue(Name, String)</code> * (sorry there is no public type safe <code>putValue(Name, String)</code>
......
...@@ -46,7 +46,7 @@ import java.util.zip.ZipEntry; ...@@ -46,7 +46,7 @@ import java.util.zip.ZipEntry;
public class JarEntry extends ZipEntry public class JarEntry extends ZipEntry
{ {
// (Packge local) fields // (Package local) fields
Attributes attr; Attributes attr;
Certificate certs[]; Certificate certs[];
......
...@@ -75,7 +75,7 @@ public class JarInputStream extends ZipInputStream ...@@ -75,7 +75,7 @@ public class JarInputStream extends ZipInputStream
* tries to verify all the entry signatures while reading. * tries to verify all the entry signatures while reading.
* *
* @param in InputStream to read the jar from * @param in InputStream to read the jar from
* @param verify wheter or not to verify the manifest entries * @param verify whether or not to verify the manifest entries
* @exception IOException when an error occurs when opening or reading * @exception IOException when an error occurs when opening or reading
*/ */
public JarInputStream(InputStream in, boolean verify) throws IOException public JarInputStream(InputStream in, boolean verify) throws IOException
......
...@@ -93,7 +93,7 @@ public class JarOutputStream extends ZipOutputStream ...@@ -93,7 +93,7 @@ public class JarOutputStream extends ZipOutputStream
* This implementation just calls <code>super.putNextEntre()</code>. * This implementation just calls <code>super.putNextEntre()</code>.
* *
* @param entry The information for the next entry * @param entry The information for the next entry
* @exception IOException when some unexpected I/O exception occured * @exception IOException when some unexpected I/O exception occurred
*/ */
public void putNextEntry(ZipEntry entry) throws IOException public void putNextEntry(ZipEntry entry) throws IOException
{ {
......
...@@ -36,7 +36,7 @@ import java.io.PrintWriter; ...@@ -36,7 +36,7 @@ import java.io.PrintWriter;
* <code>NamingException</code>), the part of the <code>Name</code> that * <code>NamingException</code>), the part of the <code>Name</code> that
* could be resolved (including the <code>Object</code> it resolved to) * could be resolved (including the <code>Object</code> it resolved to)
* and the part of the <code>Name</code> that could not be resolved when * and the part of the <code>Name</code> that could not be resolved when
* the exception occured. * the exception occurred.
* *
* @since 1.3 * @since 1.3
* @author Anthony Green (green@redhat.com) * @author Anthony Green (green@redhat.com)
......
...@@ -58,7 +58,7 @@ public class HandlerBase ...@@ -58,7 +58,7 @@ public class HandlerBase
* in a subclass to do special translations such as catalog lookups * in a subclass to do special translations such as catalog lookups
* or URI redirection.</p> * 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. * available.
* @param systemId The system identifier provided in the XML * @param systemId The system identifier provided in the XML
* document. * document.
......
...@@ -100,9 +100,9 @@ public class SAXParseException extends SAXException { ...@@ -100,9 +100,9 @@ public class SAXParseException extends SAXException {
* fully before creating the exception.</p> * fully before creating the exception.</p>
* *
* @param message The error or warning message. * @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. * 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. * the error or warning.
* @param lineNumber The line number of the end of the text that * @param lineNumber The line number of the end of the text that
* caused the error or warning. * caused the error or warning.
...@@ -130,9 +130,9 @@ public class SAXParseException extends SAXException { ...@@ -130,9 +130,9 @@ public class SAXParseException extends SAXException {
* *
* @param message The error or warning message, or null to use * @param message The error or warning message, or null to use
* the message from the embedded exception. * 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. * 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. * the error or warning.
* @param lineNumber The line number of the end of the text that * @param lineNumber The line number of the end of the text that
* caused the error or warning. * caused the error or warning.
......
...@@ -71,7 +71,7 @@ public class DefaultHandler ...@@ -71,7 +71,7 @@ public class DefaultHandler
* in a subclass to do special translations such as catalog lookups * in a subclass to do special translations such as catalog lookups
* or URI redirection.</p> * 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. * available.
* @param systemId The system identifier provided in the XML * @param systemId The system identifier provided in the XML
* document. * document.
......
...@@ -161,7 +161,7 @@ _Jv_CondWait (_Jv_ConditionVariable_t *cv, _Jv_Mutex_t *mu, ...@@ -161,7 +161,7 @@ _Jv_CondWait (_Jv_ConditionVariable_t *cv, _Jv_Mutex_t *mu,
mu->owner = self; mu->owner = self;
mu->count = count; mu->count = count;
// If we were interrupted, or if a timeout occured, remove ourself from // If we were interrupted, or if a timeout occurred, remove ourself from
// the cv wait list now. (If we were notified normally, notify() will have // the cv wait list now. (If we were notified normally, notify() will have
// already taken care of this) // already taken care of this)
if (r == ETIMEDOUT || interrupted) if (r == ETIMEDOUT || interrupted)
......
...@@ -20,7 +20,7 @@ public class Thread_Wait implements Runnable ...@@ -20,7 +20,7 @@ public class Thread_Wait implements Runnable
} }
catch (Exception x) catch (Exception x)
{ {
System.out.println("exception occured: " + x); System.out.println("exception occurred: " + x);
} }
synchronized (this) synchronized (this)
...@@ -41,7 +41,7 @@ public class Thread_Wait implements Runnable ...@@ -41,7 +41,7 @@ public class Thread_Wait implements Runnable
} }
catch (Exception x) catch (Exception x)
{ {
System.out.println("exception occured: " + x); System.out.println("exception occurred: " + x);
} }
} }
System.out.println ("thread notified okay"); System.out.println ("thread notified okay");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment