classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] Patch: FYI: typo fix


From: Tom Tromey
Subject: [cp-patches] Patch: FYI: typo fix
Date: 28 Sep 2004 15:42:19 -0600

This fixes a little typo I noticed.

Tom

Index: ChangeLog
===================================================================
RCS file: /cvsroot/classpath/classpath/ChangeLog,v
retrieving revision 1.2564
diff -u -r1.2564 ChangeLog
--- ChangeLog   28 Sep 2004 21:44:08 -0000      1.2564
+++ ChangeLog   28 Sep 2004 21:44:50 -0000
@@ -1,5 +1,7 @@
 2004-09-28  Tom Tromey  <address@hidden>
 
+       * javax/crypto/MacSpi.java: Fixed typo.
+
        * java/lang/System.java (getenv): Added @specnote.
 
 2004-09-28  Jerry Quinn  <address@hidden>
Index: javax/crypto/MacSpi.java
===================================================================
RCS file: /cvsroot/classpath/classpath/javax/crypto/MacSpi.java,v
retrieving revision 1.2
diff -u -r1.2 MacSpi.java
--- javax/crypto/MacSpi.java    16 Aug 2004 07:16:28 -0000      1.2
+++ javax/crypto/MacSpi.java    28 Sep 2004 21:44:50 -0000
@@ -52,7 +52,7 @@
  * then provide an entry pointing to this implementation in the master
  * address@hidden java.security.Provider} class.
  *
- * <p>Implemetations may optionally implement the address@hidden
+ * <p>Implementations may optionally implement the address@hidden
  * java.lang.Cloneable} interface.
  *
  * @author Casey Marshall (address@hidden)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]