This is an automated email from the ASF dual-hosted git repository.
bodewig pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git
The following commit(s) were added to refs/heads/master by this push:
new b2f327263 typos
b2f327263 is described below
commit b2f327263a039464067bc97eabd6b6324c673301
Author: Stefan Bodewig <[email protected]>
AuthorDate: Wed Apr 1 17:40:28 2026 +0200
typos
---
ReleaseInstructions | 12 ++++++------
WHATSNEW | 2 +-
manual/Tasks/mklink.html | 8 ++++----
3 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/ReleaseInstructions b/ReleaseInstructions
index e3f6c45ed..f87c65ad5 100644
--- a/ReleaseInstructions
+++ b/ReleaseInstructions
@@ -344,13 +344,13 @@ Note: This document was adapted from the one created in
the context of
Update the following files for version number:
- * source/antnews.xml (Announcement)
- * source/faq.xml (Ant's history details - not for betas)
- * source/index.xml (Announcement, latest release details, link to
+ * sources/antnews.xml (Announcement)
+ * sources/faq.xml (Ant's history details - not for betas)
+ * sources/index.xml (Announcement, latest release details, link to
manual under "Documentation")
- * source/srcdownload.xml
- * source/bindownload.xml
- * source/manualdownload.xml
+ * sources/srcdownload.xml
+ * sources/bindownload.xml
+ * sources/manualdownload.xml
Generate the html files by invoking 'ant'
Commit the modified/generated files in the 'production' folder, it will go
diff --git a/WHATSNEW b/WHATSNEW
index bbbd43504..96b78b6b6 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -82,7 +82,7 @@ Other changes:
* added <canCreateSymlink> condition that evaluates to true if the
current Ant process can create symbolic links.
- * added <windowsjunction> file selector which only select directories
+ * added <windowsjunction> file selector which only selects directories
that are Windows junctions.
* added a new actOnLinkTargets attribute to <setpermissions> to
diff --git a/manual/Tasks/mklink.html b/manual/Tasks/mklink.html
index 4670b0310..4a53ef47b 100644
--- a/manual/Tasks/mklink.html
+++ b/manual/Tasks/mklink.html
@@ -36,7 +36,7 @@ <h3>Description</h3>
link" permission - this can be achieved by enabling developer mode
on the machine running Ant, running Ant with elevated permissions
(which sounds like a bad idea) or enable the permission explicitly
- for oyur user.</p>
+ for your user.</p>
<h3>Parameters</h3>
<table class="attr">
<tr>
@@ -54,13 +54,13 @@ <h3>Parameters</h3>
</tr>
<tr>
<td>link</td>
- <td>The name of the link to be created, will be resolved relativ
+ <td>The name of the link to be created, will be resolved relative
to the project's basedir.</td>
<td>Yes</td>
</tr>
<tr>
<td>targetFile</td>
- <td>The resource the link should point to, will be resolved relativ
+ <td>The resource the link should point to, will be resolved relative
to the project's basedir.</td>
<td>Exactly one of <q>targetFile</q> and <q>targetText</q> must
be given.</td>
@@ -76,7 +76,7 @@ <h3>Parameters</h3>
<td>overwrite</td>
<td>Overwrite existing files or not. If overwrite is set to <q>true</q>,
then any existing file,
specified by the link attribute, will be overwritten irrespective of
whether or not the
- existing file is a link. otherwise and existing file is
+ existing file is a link. otherwise any existing file is
considered an error and make the task fail.</td>
<td>No; defaults to <q>false</q></td>
</tr>