[jboss-cvs] JBossAS SVN: r79655 - projects/aop/trunk/aop/docs/reference/reference/en/modules.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Oct 17 12:05:13 EDT 2008
Author: kabir.khan at jboss.com
Date: 2008-10-17 12:05:13 -0400 (Fri, 17 Oct 2008)
New Revision: 79655
Modified:
projects/aop/trunk/aop/docs/reference/reference/en/modules/pointcuts.xml
Log:
[JBAOP-668] Minor fixes
Modified: projects/aop/trunk/aop/docs/reference/reference/en/modules/pointcuts.xml
===================================================================
--- projects/aop/trunk/aop/docs/reference/reference/en/modules/pointcuts.xml 2008-10-17 16:01:36 UTC (rev 79654)
+++ projects/aop/trunk/aop/docs/reference/reference/en/modules/pointcuts.xml 2008-10-17 16:05:13 UTC (rev 79655)
@@ -404,7 +404,7 @@
<literal>OR</literal> logical or.
</listitem>
<listitem>
- Parathesis can be used for grouping expressions.
+ Paranthesis can be used for grouping expressions.
</listitem>
</itemizedlist>
</para>
@@ -418,7 +418,7 @@
<sect1 id="pointcuts-ref" revision="1">
<title>Pointcut References</title>
<para>
- Pointcuts can be named in XML or annotation bindings (See in later chapters). They can be referenced directly
+ Pointcuts can be named in XML (<xref linkend="xml"/>) or annotation (<xref linkend="annotated"/>) bindings. They can be referenced directly
within a pointcut expression.
</para>
<programlisting>some.named.pointcut OR call(void Foo->someMethod())</programlisting>
More information about the jboss-cvs-commits
mailing list