Skip to content

Commit

Permalink
Fix typo in log message.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoerenhout authored and jzheaux committed Nov 21, 2019
1 parent 0d35194 commit cd0bec4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ public BeanDefinition parse(Element element, ParserContext pc) {
pc.registerBeanComponent(new BeanComponentDefinition(
expressionHandler, expressionHandlerRef));
logger.info("Expressions were enabled for method security but no SecurityExpressionHandler was configured. "
+ "All hasPermision() expressions will evaluate to false.");
+ "All hasPermission() expressions will evaluate to false.");
}

BeanDefinitionBuilder expressionPreAdviceBldr = BeanDefinitionBuilder
Expand Down

0 comments on commit cd0bec4

Please sign in to comment.