Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed Apr 6, 2018
1 parent 4620b8c commit ee1077f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -236,7 +236,7 @@ public void onClick(AjaxRequestTarget target) {
private String getOidFromParameter(PageParameters params){

if (params == null || params.isEmpty()) {
LOGGER.error("No page paraeters found for account activation. No user to activate his/her accounts");
LOGGER.error("No page parameters found for account activation. No user to activate his/her accounts");
return null;
}

Expand Down

0 comments on commit ee1077f

Please sign in to comment.