Fix Error Message typo

Fixes gh-3953
This commit is contained in:
Rob Winch 2016-07-06 16:19:29 -05:00
parent b17870ee07
commit 764a4d8414
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ import java.util.Arrays;
public class AuthenticationManagerFactoryBean implements
FactoryBean<AuthenticationManager>, BeanFactoryAware {
private BeanFactory bf;
public static final String MISSING_BEAN_ERROR_MESSAGE = "Did you forget to add a gobal <authentication-manager> element "
public static final String MISSING_BEAN_ERROR_MESSAGE = "Did you forget to add a global <authentication-manager> element "
+ "to your configuration (with child <authentication-provider> elements)? Alternatively you can use the "
+ "authentication-manager-ref attribute on your <http> and <global-method-security> elements.";