diff options
Diffstat (limited to 'libjava/java/security/Provider.java')
-rw-r--r-- | libjava/java/security/Provider.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/java/security/Provider.java b/libjava/java/security/Provider.java index c40a980..4b574b4 100644 --- a/libjava/java/security/Provider.java +++ b/libjava/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. |