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 bed5a0a commit 3714ad9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/cz/scholz/aliaskeymanager/AliasProvider.java
Expand Up @@ -26,7 +26,7 @@ public AliasProvider() {
}

/**
* Enabled the JSSE Provider - registers it using Security.addProvideer(...)
* Enabled the JSSE Provider - registers it using Security.addProvider(...)
*/
public static void enable()
{
Expand All @@ -39,7 +39,7 @@ public static void enable()
}

/**
* Disable the JSSE Provider - if it is registered, it will be removed from the
* Disable the JSSE Provider - if it is registered, it will be unregistered
*/
public static void disable()
{
Expand Down

0 comments on commit 3714ad9

Please sign in to comment.