This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-build-plugin.git
The following commit(s) were added to refs/heads/master by this push: new c356898 Fix minor typos (#79) c356898 is described below commit c35689872672e15d381ca5e5b7935b33af57a94a Author: Marc Wrobel <marc.wro...@gmail.com> AuthorDate: Tue Aug 30 14:28:05 2022 +0200 Fix minor typos (#79) --- RELEASE-NOTES.txt | 2 +- src/main/resources/commons-xdoc-templates/mail-lists-template.xml | 2 +- src/main/scripts/generate-xdocs.build.xml | 2 +- src/site/xdoc/all-sandbox.xml | 2 +- src/site/xdoc/all.xml | 2 +- src/site/xdoc/contributing-md.xml | 2 +- src/site/xdoc/development.xml | 2 +- src/site/xdoc/download-page.xml | 2 +- src/site/xdoc/jira-page.xml | 2 +- src/site/xdoc/mail-lists.xml | 2 +- src/site/xdoc/mail-page.xml | 2 +- src/site/xdoc/notice-txt.xml | 2 +- src/site/xdoc/readme-md.xml | 2 +- src/site/xdoc/sandbox-jira-page.xml | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 1dbb31c..32630b4 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -111,7 +111,7 @@ Changes since the last release: 2. Add assembly descriptors 3. Minor documentation corrections 4. COMMONSSITE-36 - plugin won't build because of missing OSGi manifest file. -5. COOMONSSITE-35 - Upgrade to Ant 1.7.1 (fixes two problems/bugs when generating +5. COMMONSSITE-35 - Upgrade to Ant 1.7.1 (fixes two problems/bugs when generating Jira/download pages). VERSION 1.0 - 2008-02-24 diff --git a/src/main/resources/commons-xdoc-templates/mail-lists-template.xml b/src/main/resources/commons-xdoc-templates/mail-lists-template.xml index c88107d..a487f43 100644 --- a/src/main/resources/commons-xdoc-templates/mail-lists-template.xml +++ b/src/main/resources/commons-xdoc-templates/mail-lists-template.xml @@ -158,7 +158,7 @@ limitations under the License. <td> <strong>Commons Commits List</strong> <br /><br /> - Only for e-mails automatically generated by the <a href="scm.html">source control</a> sytem. + Only for e-mails automatically generated by the <a href="scm.html">source control</a> system. <br /><br /> </td> <td><a href="mailto:commits-subscr...@commons.apache.org">Subscribe</a></td> diff --git a/src/main/scripts/generate-xdocs.build.xml b/src/main/scripts/generate-xdocs.build.xml index 1bc9478..e420e85 100644 --- a/src/main/scripts/generate-xdocs.build.xml +++ b/src/main/scripts/generate-xdocs.build.xml @@ -192,7 +192,7 @@ <!-- Create a temporary directory to load the template files into --> <mkdir dir="${commonsMojoTempDir}" /> - <!-- Load the dowload-page template from mojo resources to temp directory --> + <!-- Load the download-page template from mojo resources to temp directory --> <antcall target="load-no-download-page-template" /> <antcall target="load-download-page-head" /> <antcall target="load-download-page-body-1" /> diff --git a/src/site/xdoc/all-sandbox.xml b/src/site/xdoc/all-sandbox.xml index 5c35cc6..1e0448e 100644 --- a/src/site/xdoc/all-sandbox.xml +++ b/src/site/xdoc/all-sandbox.xml @@ -36,7 +36,7 @@ <p> This goal uses the following: <ul> - <li>The goal is mapped to the ant script/target using the <code>all-sandbox</code> Mojo defintion in the + <li>The goal is mapped to the ant script/target using the <code>all-sandbox</code> Mojo definition in the <a href="https://gitbox.apache.org/repos/asf?p=commons-build-plugin.git;a=tree;f=src/main/scripts/generate-xdocs.mojos.xml">generate-xdocs.mojos.xml</a> mapping document</li> <li>Executes the <code>all-sandbox</code> target in <a href="https://gitbox.apache.org/repos/asf?p=commons-build-plugin.git;a=tree;f=src/main/scripts/generate-xdocs.build.xml">generate-xdocs.build.xml</a> diff --git a/src/site/xdoc/all.xml b/src/site/xdoc/all.xml index 9c1babe..fae829c 100644 --- a/src/site/xdoc/all.xml +++ b/src/site/xdoc/all.xml @@ -35,7 +35,7 @@ <p> This goal uses the following: <ul> - <li>The goal is mapped to the ant script/target using the <code>all</code> Mojo defintion in the + <li>The goal is mapped to the ant script/target using the <code>all</code> Mojo definition in the <a href="https://gitbox.apache.org/repos/asf?p=commons-build-plugin.git;a=tree;f=src/main/scripts/generate-xdocs.mojos.xml">generate-xdocs.mojos.xml</a> mapping document</li> <li>Executes the <code>all</code> target in <a href="https://gitbox.apache.org/repos/asf?p=commons-build-plugin.git;a=tree;f=src/main/scripts/generate-xdocs.build.xml">generate-xdocs.build.xml</a> diff --git a/src/site/xdoc/contributing-md.xml b/src/site/xdoc/contributing-md.xml index 0eb8810..10a7870 100644 --- a/src/site/xdoc/contributing-md.xml +++ b/src/site/xdoc/contributing-md.xml @@ -40,7 +40,7 @@ <p> This goal uses the following: <ul> - <li>The goal is mapped to the ant script/target using the <code>contributing-md</code> mojo defintion in the + <li>The goal is mapped to the ant script/target using the <code>contributing-md</code> mojo definition in the <a href="https://gitbox.apache.org/repos/asf?p=commons-build-plugin.git;a=tree;f=src/main/scripts/generate-xdocs.mojos.xml">generate-xdocs.mojos.xml</a> mapping document</li> <li>Executes the <code>contributing-md</code> target in <a href="https://gitbox.apache.org/repos/asf?p=commons-build-plugin.git;a=tree;f=src/main/scripts/generate-xdocs.build.xml">generate-xdocs.build.xml</a> diff --git a/src/site/xdoc/development.xml b/src/site/xdoc/development.xml index 0b62ec4..13d0630 100644 --- a/src/site/xdoc/development.xml +++ b/src/site/xdoc/development.xml @@ -87,7 +87,7 @@ <section name="Modifying Existing Scripts"> <p> - Not alot to say about this except, if you need access to additional variables from the component's + Not a lot to say about this except, if you need access to additional variables from the component's <code>pom.xml</code> in the ant build script then you will need to define additional <i>parameters</i> for these in the associated <i>mapping document</i>. </p> diff --git a/src/site/xdoc/download-page.xml b/src/site/xdoc/download-page.xml index 60a1bb6..c3a6e60 100644 --- a/src/site/xdoc/download-page.xml +++ b/src/site/xdoc/download-page.xml @@ -47,7 +47,7 @@ <p> This goal uses the following: <ul> - <li>The goal is mapped to the ant script/target using the <code>download-page</code> mojo defintion in the + <li>The goal is mapped to the ant script/target using the <code>download-page</code> mojo definition in the <a href="https://gitbox.apache.org/repos/asf?p=commons-build-plugin.git;a=blob;f=src/main/scripts/generate-xdocs.mojos.xml">generate-xdocs.mojos.xml</a> mapping document</li> <li>Executes the <code>download-page</code> target in <a href="https://gitbox.apache.org/repos/asf?p=commons-build-plugin.git;a=blob;f=src/main/scripts/generate-xdocs.build.xml">generate-xdocs.build.xml</a> diff --git a/src/site/xdoc/jira-page.xml b/src/site/xdoc/jira-page.xml index 02b925f..287e69a 100644 --- a/src/site/xdoc/jira-page.xml +++ b/src/site/xdoc/jira-page.xml @@ -42,7 +42,7 @@ <p> This goal uses the following: <ul> - <li>The goal is mapped to the ant script/target using the <code>jira-page</code> mojo defintion in the + <li>The goal is mapped to the ant script/target using the <code>jira-page</code> mojo definition in the <a href="https://gitbox.apache.org/repos/asf?p=commons-build-plugin.git;a=tree;f=src/main/scripts/generate-xdocs.mojos.xml">generate-xdocs.mojos.xml</a> mapping document</li> <li>Executes the <code>jira-page</code> target in <a href="https://gitbox.apache.org/repos/asf?p=commons-build-plugin.git;a=tree;f=src/main/scripts/generate-xdocs.build.xml">generate-xdocs.build.xml</a> diff --git a/src/site/xdoc/mail-lists.xml b/src/site/xdoc/mail-lists.xml index ff496ea..9536106 100644 --- a/src/site/xdoc/mail-lists.xml +++ b/src/site/xdoc/mail-lists.xml @@ -158,7 +158,7 @@ limitations under the License. <td> <strong>Commons Commits List</strong> <br /><br /> - Only for e-mails automatically generated by the <a href="scm.html">source control</a> sytem. + Only for e-mails automatically generated by the <a href="scm.html">source control</a> system. <br /><br /> </td> <td><a href="mailto:commits-subscr...@commons.apache.org">Subscribe</a></td> diff --git a/src/site/xdoc/mail-page.xml b/src/site/xdoc/mail-page.xml index de45e55..ce752e5 100644 --- a/src/site/xdoc/mail-page.xml +++ b/src/site/xdoc/mail-page.xml @@ -41,7 +41,7 @@ <p> This goal uses the following: <ul> - <li>The goal is mapped to the ant script/target using the <code>mail-page</code> mojo defintion in the + <li>The goal is mapped to the ant script/target using the <code>mail-page</code> mojo definition in the <a href="https://gitbox.apache.org/repos/asf?p=commons-build-plugin.git;a=tree;f=src/main/scripts/generate-xdocs.mojos.xml">generate-xdocs.mojos.xml</a> mapping document</li> <li>Executes the <code>mail-page</code> target in <a href="https://gitbox.apache.org/repos/asf?p=commons-build-plugin.git;a=tree;f=src/main/scripts/generate-xdocs.build.xml">generate-xdocs.build.xml</a> diff --git a/src/site/xdoc/notice-txt.xml b/src/site/xdoc/notice-txt.xml index d6b5abb..338aca9 100644 --- a/src/site/xdoc/notice-txt.xml +++ b/src/site/xdoc/notice-txt.xml @@ -41,7 +41,7 @@ <p> This goal uses the following: <ul> - <li>The goal is mapped to the ant script/target using the <code>notice-txt</code> mojo defintion in the + <li>The goal is mapped to the ant script/target using the <code>notice-txt</code> mojo definition in the <a href="https://gitbox.apache.org/repos/asf?p=commons-build-plugin.git;a=tree;f=src/main/scripts/generate-xdocs.mojos.xml">generate-xdocs.mojos.xml</a> mapping document</li> <li>Executes the <code>notice-txt</code> target in <a href="https://gitbox.apache.org/repos/asf?p=commons-build-plugin.git;a=tree;f=src/main/scripts/generate-xdocs.build.xml">generate-xdocs.build.xml</a> diff --git a/src/site/xdoc/readme-md.xml b/src/site/xdoc/readme-md.xml index f696b23..6b06d3e 100644 --- a/src/site/xdoc/readme-md.xml +++ b/src/site/xdoc/readme-md.xml @@ -41,7 +41,7 @@ <p> This goal uses the following: <ul> - <li>The goal is mapped to the ant script/target using the <code>readme-md</code> mojo defintion in the + <li>The goal is mapped to the ant script/target using the <code>readme-md</code> mojo definition in the <a href="https://gitbox.apache.org/repos/asf?p=commons-build-plugin.git;a=tree;f=src/main/scripts/generate-xdocs.mojos.xml">generate-xdocs.mojos.xml</a> mapping document</li> <li>Executes the <code>readme-md</code> target in <a href="https://gitbox.apache.org/repos/asf?p=commons-build-plugin.git;a=tree;f=src/main/scripts/generate-xdocs.build.xml">generate-xdocs.build.xml</a> diff --git a/src/site/xdoc/sandbox-jira-page.xml b/src/site/xdoc/sandbox-jira-page.xml index 8ed3976..0ad007b 100644 --- a/src/site/xdoc/sandbox-jira-page.xml +++ b/src/site/xdoc/sandbox-jira-page.xml @@ -42,7 +42,7 @@ <p> This goal uses the following: <ul> - <li>The goal is mapped to the ant script/target using the <code>sandbox-jira-page</code> mojo defintion in the + <li>The goal is mapped to the ant script/target using the <code>sandbox-jira-page</code> mojo definition in the <a href="https://gitbox.apache.org/repos/asf?p=commons-build-plugin.git;a=tree;f=src/main/scripts/generate-xdocs.mojos.xml">generate-xdocs.mojos.xml</a> mapping document</li> <li>Executes the <code>sandbox-jira-page</code> target in <a href="https://gitbox.apache.org/repos/asf?p=commons-build-plugin.git;a=tree;f=src/main/scripts/generate-xdocs.build.xml">generate-xdocs.build.xml</a>