Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Spelling fixes
Signed-off-by: Ville Skyttä <ville.skytta@iki.fi>
  • Loading branch information
scop authored and sbernard31 committed Apr 12, 2017
1 parent f95d1da commit 5e63089
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -85,12 +85,12 @@ public void registered(Registration registration) {

@Override
public void createServerWithRPK() {
throw new UnsupportedOperationException("Not implemeneted");
throw new UnsupportedOperationException("Not implemented");
}

@Override
public void createServerWithX509Cert(Certificate[] trustedCertificates) {
throw new UnsupportedOperationException("Not implemeneted");
throw new UnsupportedOperationException("Not implemented");
}

}
Expand Up @@ -65,7 +65,7 @@ public static boolean checkSecurityInfos(String endpoint, Identity clientIdentit
* @param endpoint
* @param clientIdentity
* @param securityInfo
* @return true if the security info are valid.
* @return true if the security info is valid.
*/
public static boolean checkSecurityInfo(String endpoint, Identity clientIdentity, SecurityInfo securityInfo) {

Expand Down

0 comments on commit 5e63089

Please sign in to comment.