SEC-136: Fix typos.

This commit is contained in:
Ben Alex 2006-01-26 10:07:37 +00:00
parent a7ebe51fc8
commit 433e5fb858

View File

@ -26,7 +26,7 @@
<subtitle>Reference Documentation</subtitle> <subtitle>Reference Documentation</subtitle>
<releaseinfo>1.0.0 RC 1</releaseinfo> <releaseinfo>1.0.0 RC 2</releaseinfo>
<authorgroup> <authorgroup>
<author> <author>
@ -1201,7 +1201,7 @@ public aspect DomainObjectInstanceSecurityAspect implements InitializingBean {
<para>The <literal>ProviderManager</literal> also has several other <para>The <literal>ProviderManager</literal> also has several other
important functions. It integrates with concurrent session handling 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
<literal>AuthenticationProvider</literal> and publishes a suitable <literal>AuthenticationProvider</literal> and publishes a suitable
event. The events that are published are located in the event. The events that are published are located in the
<literal>org.acegisecurity.event.authentication</literal> package and <literal>org.acegisecurity.event.authentication</literal> package and
@ -2199,7 +2199,7 @@ public boolean supports(Class clazz);</programlisting></para>
principal holds either permission 16 or permission 1 for the principal holds either permission 16 or permission 1 for the
"contact" domain object. The numbers are actually integers that are "contact" domain object. The numbers are actually integers that are
used with <literal>AbstractBasicAclEntry</literal> bit masking. used with <literal>AbstractBasicAclEntry</literal> 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.</para> understand more about the ACL capabilities of Acegi Security.</para>
</sect3> </sect3>
</sect2> </sect2>