From f291dea12761e74243ed7be91b845e90afdb7173 Mon Sep 17 00:00:00 2001
From: jmkf
Date: Tue, 29 Sep 2020 19:18:43 +0200
Subject: [PATCH] Fixing new typos in running.html (#136)
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 bca2ea206..d451b08cc 100644
--- a/manual/running.html
+++ b/manual/running.html
@@ -485,7 +485,7 @@ And I filtered out the getPropertyHelper
access.
Since Ant 1.10.9
By default Ant will enable GraalVM JavaScript's Nashorn
compatibility mode for script and friends. You can
- disable this beahvior by setting this property to true .
+ disable this behavior by setting this property to true .
See also the script task manual. |
@@ -531,7 +531,7 @@ on the platform and the JVM implementation.
holding a DCL script that invokes the actual command.
Starting with Ant 1.10.9 Ant will try to create a build process
- specific temporary directory inside java.io.tmpdir
wiht
+ specific temporary directory inside java.io.tmpdir
with
permissions set to be accessible by the current user only and use
that if ant.tmpdir
has not been set and Ant is able to
set permissions on the filesystem in question.