MacSpi.java: Fixed typo.

2004-09-30  Tom Tromey  <tromey@redhat.com>

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

From-SVN: r88344
This commit is contained in:
Tom Tromey 2004-09-30 18:21:42 +00:00 committed by Michael Koch
parent 254ac10c31
commit 26f7abae52
2 changed files with 5 additions and 1 deletions

View 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)