From d89bcf0270367f233ae420984d6dbc8772010a7e Mon Sep 17 00:00:00 2001 From: mwebster Date: Tue, 31 Oct 2006 16:26:07 +0000 Subject: [PATCH] Bug 159854 "Problem Diagnosis Guide" (typos) --- docs/dist/doc/index.html | 2 +- docs/pdGuideDB/ajcore.xml | 2 +- docs/pdGuideDB/messages.xml | 2 +- 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 html) 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. 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 @@ By default AspectJ will only create an ajcore file when an unexpected exception is thrown by the weaver or an abort 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 ajcore files. 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 @@ ]]> 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 -showWeaveInfo option which will cause a message to be issued each time a piece of advice is woven: 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 @@ 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. -- 2.39.5