Fix typo in log message.

This commit is contained in:
Pim Moerenhout 2019-11-19 22:50:38 +01:00 committed by Josh Cummings
parent 0d35194b47
commit cd0bec48de
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ public class GlobalMethodSecurityBeanDefinitionParser implements BeanDefinitionP
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