summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmkf <jkf@apache.org>2020-09-29 18:05:50 +0200
committerGitHub <noreply@github.com>2020-09-29 18:05:50 +0200
commit4bbbd8e1e90921e07ba3c035a015715eda9e62f4 (patch)
tree8c9fe7936f469a3144e400604dc0c14bc22021c2
parent66648adbe6a50aead8c249cb99ff6ac294ece3ac (diff)
downloadant-jkf-review.tar.gz
Fixing new typos in running.htmljkf-review
While reviewing changeset 1.10.8 -> head
-rw-r--r--manual/running.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/running.html b/manual/running.html
index bca2ea206..d451b08cc 100644
--- a/manual/running.html
+++ b/manual/running.html
@@ -485,7 +485,7 @@ And I filtered out the <code>getPropertyHelper</code> access.</p>
<td><em>Since Ant 1.10.9</em><br/>
By default Ant will enable GraalVM JavaScript's Nashorn
compatibility mode for <code>script</code> and friends. You can
- disable this beahvior by setting this property to <q>true</q>.<br/>
+ disable this behavior by setting this property to <q>true</q>.<br/>
See also the <a href="Tasks/script.html">script task manual</a>.</td>
</tr>
</table>
@@ -531,7 +531,7 @@ on the platform and the JVM implementation.</p>
holding a DCL script that invokes the actual command.</p>
<p>Starting with Ant 1.10.9 Ant will try to create a build process
- specific temporary directory inside <code>java.io.tmpdir</code> wiht
+ specific temporary directory inside <code>java.io.tmpdir</code> with
permissions set to be accessible by the current user only and use
that if <code>ant.tmpdir</code> has not been set and Ant is able to
set permissions on the filesystem in question.</p>