diff options
author | Tom Tromey <tromey@redhat.com> | 2001-11-07 04:44:01 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2001-11-07 04:44:01 +0000 |
commit | 4ea159c8260cc6a89990ed79eb76676429a69c62 (patch) | |
tree | db6d94aeac740f0d02268b78d5c138ab4eb48eda /java/security/interfaces/DSAKey.java | |
parent | 92e8305458305baba49c276a8191e663db4c7e89 (diff) | |
download | classpath-4ea159c8260cc6a89990ed79eb76676429a69c62.tar.gz |
2001-11-06 Joseph S. Myers <jsm28@cam.ac.uk>
* 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/net/BindException.java, java/net/ConnectException.java,
java/net/ProtocolException.java, java/net/SocketException.java,
java/net/UnknownServiceException.java,
java/security/SecureRandom.java, java/security/SignedObject.java,
java/security/cert/X509Certificate.java,
java/security/interfaces/DSAKey.java,
java/sql/DatabaseMetaData.java,
java/text/DecimalFormatSymbols.java, java/util/Calendar.java,
java/util/GregorianCalendar.java, java/util/Properties.java,
java/util/Timer.java, java/util/jar/Attributes.java,
java/util/jar/JarEntry.java, java/util/jar/JarInputStream.java,
java/util/jar/JarOutputStream.java: Fix spelling errors.
Diffstat (limited to 'java/security/interfaces/DSAKey.java')
-rw-r--r-- | java/security/interfaces/DSAKey.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/security/interfaces/DSAKey.java b/java/security/interfaces/DSAKey.java index 1670b5a4d..06fdec15d 100644 --- a/java/security/interfaces/DSAKey.java +++ b/java/security/interfaces/DSAKey.java @@ -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. |