summaryrefslogtreecommitdiff
path: root/java/security/Key.java
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2003-05-07 02:14:35 +0000
committerTom Tromey <tromey@redhat.com>2003-05-07 02:14:35 +0000
commitc4c20f0ddbda43878b2a3b66fc28b084eaa3e7d8 (patch)
tree43f56d3b63eb11a129124a10c1bec03a7061131f /java/security/Key.java
parentdeb900db1b3e70b42b3805c9ee8dd91d51790840 (diff)
downloadclasspath-c4c20f0ddbda43878b2a3b66fc28b084eaa3e7d8.tar.gz
2003-05-06 Matt Kraai <kraai@alumni.cmu.edu>
* java/security/Key.java: Fix misspelling of "version". * java/security/PrivateKey.java: Likewise. * java/security/Provider.java: Likewise. * java/security/PublicKey.java: Likewise.
Diffstat (limited to 'java/security/Key.java')
-rw-r--r--java/security/Key.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/security/Key.java b/java/security/Key.java
index ff23a05e2..195e50bb5 100644
--- a/java/security/Key.java
+++ b/java/security/Key.java
@@ -62,7 +62,7 @@ import java.io.Serializable;
public interface Key extends Serializable
{
/**
- * The verion identifier used for serialization.
+ * The version identifier used for serialization.
*/
long serialVersionUID = 6603384152749567654L;