aboutsummaryrefslogtreecommitdiffstats
path: root/docs/progGuideDB/examples.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/progGuideDB/examples.xml')
-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>