Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
scholzj committed Jun 2, 2016
1 parent 505c687 commit bed5a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/cz/scholz/aliaskeymanager/AliasProvider.java
Expand Up @@ -13,7 +13,7 @@ public class AliasProvider extends Provider {

private final static String ALGORITHM = "aliaskm";
private final static Double VERSION = 1.0;
private final static String INFO = "Alias Security provider provides the Key MAnager which selects the client key for authtentication based on the alias";
private final static String INFO = "Alias Security provider provides the Key Manager which selects the client key for authentication based on the alias";
private final String KM_SERVICE = "KeyManagerFactory.aliaskm";
private final String KM_SPI = "cz.scholz.aliaskeymanager.AliasKeyManagerFactorySpi";

Expand Down

0 comments on commit bed5a0a

Please sign in to comment.