diff --git a/doc/docbook/acegi.xml b/doc/docbook/acegi.xml index 97ab095ce3..1ff162fed9 100644 --- a/doc/docbook/acegi.xml +++ b/doc/docbook/acegi.xml @@ -26,7 +26,7 @@ Reference Documentation - 1.0.0 RC 1 + 1.0.0 RC 2 @@ -1201,7 +1201,7 @@ public aspect DomainObjectInstanceSecurityAspect implements InitializingBean { The ProviderManager also has several other important functions. It integrates with concurrent session handling - supoprt, and it also converts any exceptions thrown by an + support, and it also converts any exceptions thrown by an AuthenticationProvider and publishes a suitable event. The events that are published are located in the org.acegisecurity.event.authentication package and @@ -2199,7 +2199,7 @@ public boolean supports(Class clazz); principal holds either permission 16 or permission 1 for the "contact" domain object. The numbers are actually integers that are used with AbstractBasicAclEntry bit masking. - Please refer tro the ACL section of this reference guide to + Please refer to the ACL section of this reference guide to understand more about the ACL capabilities of Acegi Security.