From 433e5fb8586e45c60cb1a356549adb3ef7372bc1 Mon Sep 17 00:00:00 2001 From: Ben Alex Date: Thu, 26 Jan 2006 10:07:37 +0000 Subject: [PATCH] SEC-136: Fix typos. --- doc/docbook/acegi.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.