You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by jk...@apache.org on 2020/09/29 16:06:52 UTC

[ant] branch jkf-review created (now 4bbbd8e)

This is an automated email from the ASF dual-hosted git repository.

jkf pushed a change to branch jkf-review
in repository https://gitbox.apache.org/repos/asf/ant.git.


      at 4bbbd8e  Fixing new typos in running.html

This branch includes the following new commits:

     new 4bbbd8e  Fixing new typos in running.html

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[ant] 01/01: Fixing new typos in running.html

Posted by jk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jkf pushed a commit to branch jkf-review
in repository https://gitbox.apache.org/repos/asf/ant.git

commit 4bbbd8e1e90921e07ba3c035a015715eda9e62f4
Author: jmkf <jk...@apache.org>
AuthorDate: Tue Sep 29 18:05:50 2020 +0200

    Fixing new typos in running.html
    
    While reviewing changeset 1.10.8 -> head
---
 manual/running.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/manual/running.html b/manual/running.html
index bca2ea2..d451b08 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>