aboutsummaryrefslogtreecommitdiffstats
path: root/docs/progGuideDB
diff options
context:
space:
mode:
authorAndy Clement <aclement@pivotal.io>2019-11-25 12:26:06 -0800
committerAndy Clement <aclement@pivotal.io>2019-11-25 12:26:06 -0800
commitaccb931da432b000c34523fcc1da20e43d701a0d (patch)
tree2252bd0f59d9c7a7a52e5cdfbeea938a37f32331 /docs/progGuideDB
parentdda1ef9438ba73f35f9c50359705aa6e48c342a6 (diff)
downloadaspectj-accb931da432b000c34523fcc1da20e43d701a0d.tar.gz
aspectj-accb931da432b000c34523fcc1da20e43d701a0d.zip
552724: fix typo
Diffstat (limited to 'docs/progGuideDB')
-rw-r--r--docs/progGuideDB/examples.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/progGuideDB/examples.xml b/docs/progGuideDB/examples.xml
index 2847f13d2..e3f109e98 100644
--- a/docs/progGuideDB/examples.xml
+++ b/docs/progGuideDB/examples.xml
@@ -1481,7 +1481,7 @@ java bean.Demo
Note that this aspect does three things. It define an abstract
pointcut that extending aspects can override. It defines advice
that should run after the join points of the pointcut. And it
- declares an inter-tpye field and two inter-type methods so that
+ declares an inter-type field and two inter-type methods so that
each <literal>Observer</literal> can hold onto its <literal>Subject</literal>.
</para>
</sect3>