aboutsummaryrefslogtreecommitdiffstats
path: root/docs/adk15ProgGuideDB
diff options
context:
space:
mode:
authoraclement <aclement>2008-01-22 23:52:08 +0000
committeraclement <aclement>2008-01-22 23:52:08 +0000
commita16a8c5e7c3c1820850fb4403a41048557ea0fa6 (patch)
tree632943c013a8ab123e4908b5e52d75f787d228fd /docs/adk15ProgGuideDB
parent48a295ed7318a91d801f998f9f82aa1246ade6c4 (diff)
downloadaspectj-a16a8c5e7c3c1820850fb4403a41048557ea0fa6.tar.gz
aspectj-a16a8c5e7c3c1820850fb4403a41048557ea0fa6.zip
typo fix - 216205
Diffstat (limited to 'docs/adk15ProgGuideDB')
-rw-r--r--docs/adk15ProgGuideDB/ataspectj.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/adk15ProgGuideDB/ataspectj.xml b/docs/adk15ProgGuideDB/ataspectj.xml
index df4cdb638..939a838c7 100644
--- a/docs/adk15ProgGuideDB/ataspectj.xml
+++ b/docs/adk15ProgGuideDB/ataspectj.xml
@@ -151,7 +151,7 @@
<programlisting><![CDATA[
@Pointcut("call(* *.*(int)) && args(i) && target(callee)")
- void someCall(int i, Foo callee) {}
+ void anyCall(int i, Foo callee) {}
]]></programlisting>
<para>is equivalent to...</para>