]> source.dussan.org Git - aspectj.git/commitdiff
it's -> its
authorwisberg <wisberg>
Wed, 31 May 2006 07:28:10 +0000 (07:28 +0000)
committerwisberg <wisberg>
Wed, 31 May 2006 07:28:10 +0000 (07:28 +0000)
docs/progGuideDB/language.xml
docs/progGuideDB/semantics.xml

index 29b6dcfb9fbdf1b5dfed1ed6f8c1a995dae16172..ea3c4702ab2a59267f40efa87086eb1e8ea2d2df 100644 (file)
@@ -716,7 +716,7 @@ aspect A  {
           pointcut above is required to avoid the <literal>printPC</literal> 
           pointcut applying to the <literal>System.out.println</literal>
           call in the advice body. If this was not present a recursive call
-          would result as the pointcut would apply to it's own advice.
+          would result as the pointcut would apply to its own advice.
           (See <xref linkend="pitfalls-infiniteLoops"/> for more details.)
       </para>
 
index e6d828c3e8c1318f63d3bc38f733562483994fd9..6c2fb173a9489a3672b317191e11990eb842b218 100644 (file)
@@ -1071,7 +1071,7 @@ aspect A {
 
         <para>
           The if pointcut picks out join points based on a dynamic property.
-          It's syntax takes an expression, which must evaluate to a boolean
+          its syntax takes an expression, which must evaluate to a boolean
           true or false.  Within this expression, the
           <literal>thisJoinPoint</literal> object is available.  So one
           (extremely inefficient) way of picking out all call join points would