From 48013b2c936f4cbeb049801bb9665aa4e871264a Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Thu, 2 Oct 2008 15:26:20 +0000 Subject: [PATCH] typo --- src/docbkx/appendix-namespace.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docbkx/appendix-namespace.xml b/src/docbkx/appendix-namespace.xml index 12488117df..42dca149fb 100644 --- a/src/docbkx/appendix-namespace.xml +++ b/src/docbkx/appendix-namespace.xml @@ -465,7 +465,7 @@ If you are using the namespace, an AuthenticationManager is automatically registered and will be used by all the namespace-created beans which need to reference it. The bean is an instance of Spring Security's ProviderManager class, which needs to be - configured with a list of one or moreAuthenticationProvider instances. + configured with a list of one or more AuthenticationProvider instances. These can either be created using syntax elements provided by the namespace, or they can be standard bean definitions, marked for addition to the list using the custom-authentication-provider element.