Browse Source

Fixing new typos in running.html (#136)

While reviewing changeset 1.10.8 -> head
master
jmkf GitHub 4 years ago
parent
commit
f291dea127
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      manual/running.html

+ 2
- 2
manual/running.html View File

@@ -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>


Loading…
Cancel
Save