Browse Source

Bug 159854 "Problem Diagnosis Guide" (typos)

tags/V1_5_3rc1
mwebster 17 years ago
parent
commit
d89bcf0270

+ 1
- 1
docs/dist/doc/index.html View File

@@ -118,7 +118,7 @@
(printable <a href="pdguide/printable.html">html</a>)
</td>
<td>This has a guide to
the various features available such as message and trace to help you both solve problems
the various features available such as messages and trace to help you both solve problems
with you own programs and report bugs to the AspectJ team.
</td>
</tr>

+ 1
- 1
docs/pdGuideDB/ajcore.xml View File

@@ -20,7 +20,7 @@
<para> By default AspectJ will only create an <literal>ajcore</literal> file
when an unexpected exception is thrown by the weaver or an
<literal>abort</literal> message is
issued. However it is possible to disble this feature or enable files to
issued. However it is possible to disable this feature or enable files to
be produced under different circumstances. The table below lists the System
properties that can be used to configure <literal>ajcore</literal> files. </para>
<informaltable>

+ 1
- 1
docs/pdGuideDB/messages.xml View File

@@ -29,7 +29,7 @@
]]></programlisting>

<para> However this does not mean that advice has actually been woven into
your class merely that the class has been passed to the weaver. So thirdly to determine
your class merely that the class has been passed to the weaver. To determine
whether your pointcuts match you can use the <literal>-showWeaveInfo</literal>
option which will cause a message to be issued each time a piece of advice is woven: </para>


+ 1
- 1
docs/pdGuideDB/pdguide.xml View File

@@ -29,7 +29,7 @@
<abstract>
<para>
This guide describes how to gather and interpret information from the AspectJ compiler
to when diagnsoing problems in AspectJ programs, configuring the load-time weaving
to diagnosing problems in AspectJ programs, configuring the load-time weaving
framework or reporting bugs on Bugzilla. Some information e.g. messages is intended to
help you solve coding or configuration problems. Other information is intended to be
be used by the AspectJ team when trying to fix bugs.

Loading…
Cancel
Save