MacSpi.java: Fixed typo.
authorTom Tromey <tromey@redhat.com>
Thu, 30 Sep 2004 18:21:42 +0000 (18:21 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Thu, 30 Sep 2004 18:21:42 +0000 (18:21 +0000)
2004-09-30  Tom Tromey  <tromey@redhat.com>

* javax/crypto/MacSpi.java: Fixed typo.

From-SVN: r88344

libjava/ChangeLog
libjava/javax/crypto/MacSpi.java

index cee696c66a2b5de72831b486c3e0ad388d354254..f01b9d0f7e99c31b4b31d21d20f2baa9eb863b83 100644 (file)
@@ -1,3 +1,7 @@
+2004-09-30  Tom Tromey  <tromey@redhat.com>
+
+       * javax/crypto/MacSpi.java: Fixed typo.
+
 2004-09-30  Michael Koch  <konqueror@gmx.de>
 
        * java/net/InetAddress.java: Reformatted.
index 4d63b6a8efc2e2a56dbfa897ef295676920fa587..d96182a917db417ec7d9937902e144aed466987a 100644 (file)
@@ -52,7 +52,7 @@ import java.security.spec.AlgorithmParameterSpec;
  * then provide an entry pointing to this implementation in the master
  * {@link java.security.Provider} class.
  *
- * <p>Implemetations may optionally implement the {@link
+ * <p>Implementations may optionally implement the {@link
  * java.lang.Cloneable} interface.
  *
  * @author Casey Marshall (csm@gnu.org)