diff options
author | Tom Tromey <tromey@redhat.com> | 2003-05-07 02:14:35 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2003-05-07 02:14:35 +0000 |
commit | c4c20f0ddbda43878b2a3b66fc28b084eaa3e7d8 (patch) | |
tree | 43f56d3b63eb11a129124a10c1bec03a7061131f /java/security/Provider.java | |
parent | deb900db1b3e70b42b3805c9ee8dd91d51790840 (diff) | |
download | classpath-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/Provider.java')
-rw-r--r-- | java/security/Provider.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/security/Provider.java b/java/security/Provider.java index c40a980aa..4b574b4da 100644 --- a/java/security/Provider.java +++ b/java/security/Provider.java @@ -45,7 +45,7 @@ import java.util.Properties; * The services provided by a such a provider can range from security * algorithms to key generation. * <p> - * Providers are installed by name and verion number. There is one + * Providers are installed by name and version number. There is one * standard provider supplied with the class library. This is the * "GNU" provider, which can also be accessed by the alias "SUN" for * compatibility with the JDK. |