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
This commit is contained in:
@@ -55,7 +55,7 @@ public class SecureRandom extends Random
|
||||
It is not seeded and should be seeded using setSeed or else
|
||||
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.
|
||||
*/
|
||||
public SecureRandom()
|
||||
@@ -115,7 +115,7 @@ public class SecureRandom extends Random
|
||||
It is seeded with the passed function and is useful if the user
|
||||
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.
|
||||
|
||||
@param seed Seed bytes for class
|
||||
|
||||
@@ -80,7 +80,7 @@ public final class SignedObject implements Serializable
|
||||
@param signingKey the key to sign with
|
||||
@param signingEngine the signature engine to use
|
||||
|
||||
@throws IOException serialization error occured
|
||||
@throws IOException serialization error occurred
|
||||
@throws InvalidKeyException invalid key
|
||||
@throws SignatureException signing error
|
||||
*/
|
||||
@@ -108,8 +108,8 @@ public final class SignedObject implements Serializable
|
||||
|
||||
@return the encapsulated object
|
||||
|
||||
@throws IOException de-serialization error occured
|
||||
@throws ClassNotFoundException de-serialization error occured
|
||||
@throws IOException de-serialization error occurred
|
||||
@throws ClassNotFoundException de-serialization error occurred
|
||||
*/
|
||||
public Object getObject() throws IOException, ClassNotFoundException
|
||||
{
|
||||
|
||||
@@ -288,7 +288,7 @@ public abstract class X509Certificate extends Certificate implements X509Extensi
|
||||
|
||||
@return the DER encoded tbsCertificate
|
||||
|
||||
@throws CertificateEncodingException if encoding error occured
|
||||
@throws CertificateEncodingException if encoding error occurred
|
||||
*/
|
||||
public abstract byte[] getTBSCertificate() throws CertificateEncodingException;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* DSAKey.java -- Interface for Digital Signature Algorith key
|
||||
/* DSAKey.java -- Interface for Digital Signature Algorithm key
|
||||
Copyright (C) 1998 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Classpath.
|
||||
|
||||
Reference in New Issue
Block a user