diff options
author | mwebster <mwebster> | 2006-10-31 16:26:07 +0000 |
---|---|---|
committer | mwebster <mwebster> | 2006-10-31 16:26:07 +0000 |
commit | d89bcf0270367f233ae420984d6dbc8772010a7e (patch) | |
tree | 8c1934d2cca01d2bbf48aae4aa6aabe3aea0a129 /docs | |
parent | 710844d944208af8b70a64290d1d145123c80fbe (diff) | |
download | aspectj-d89bcf0270367f233ae420984d6dbc8772010a7e.tar.gz aspectj-d89bcf0270367f233ae420984d6dbc8772010a7e.zip |
Bug 159854 "Problem Diagnosis Guide" (typos)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/dist/doc/index.html | 2 | ||||
-rw-r--r-- | docs/pdGuideDB/ajcore.xml | 2 | ||||
-rw-r--r-- | docs/pdGuideDB/messages.xml | 2 | ||||
-rw-r--r-- | docs/pdGuideDB/pdguide.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/docs/dist/doc/index.html b/docs/dist/doc/index.html index 93cce181a..40a28431f 100644 --- a/docs/dist/doc/index.html +++ b/docs/dist/doc/index.html @@ -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> diff --git a/docs/pdGuideDB/ajcore.xml b/docs/pdGuideDB/ajcore.xml index 8877f4354..f1cf17681 100644 --- a/docs/pdGuideDB/ajcore.xml +++ b/docs/pdGuideDB/ajcore.xml @@ -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> diff --git a/docs/pdGuideDB/messages.xml b/docs/pdGuideDB/messages.xml index 0dae391cd..44b1189bd 100644 --- a/docs/pdGuideDB/messages.xml +++ b/docs/pdGuideDB/messages.xml @@ -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> diff --git a/docs/pdGuideDB/pdguide.xml b/docs/pdGuideDB/pdguide.xml index 8b79e6573..dab3070bf 100644 --- a/docs/pdGuideDB/pdguide.xml +++ b/docs/pdGuideDB/pdguide.xml @@ -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. |