]> source.dussan.org Git - aspectj.git/commitdiff
552724: fix typo
authorAndy Clement <aclement@pivotal.io>
Mon, 25 Nov 2019 20:26:06 +0000 (12:26 -0800)
committerAndy Clement <aclement@pivotal.io>
Mon, 25 Nov 2019 20:26:06 +0000 (12:26 -0800)
docs/progGuideDB/examples.xml

index 2847f13d29b6ac3e7771677de0655067a9c696db..e3f109e9899c742a851d35fdbce0b2e8a42f20b5 100644 (file)
@@ -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>