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

jhm 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 add1b33  Correct a typo
     new cd17a66  Merge branch 'PR-104'
add1b33 is described below

commit add1b33bc52a72089682e3b7f90487e73c10ad84
Author: Hassan C <[email protected]>
AuthorDate: Mon Oct 21 18:52:28 2019 +0100

    Correct a typo
---
 manual/Tasks/mkdir.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/manual/Tasks/mkdir.html b/manual/Tasks/mkdir.html
index d624e45..4dc3865 100644
--- a/manual/Tasks/mkdir.html
+++ b/manual/Tasks/mkdir.html
@@ -27,7 +27,7 @@
 <h2 id="mkdir">Mkdir</h2>
 <h3>Description</h3>
 <p>Creates a directory. Also non-existent parent directories are created, when 
necessary. Does
-nothing if the directory already exist.</p>
+nothing if the directory already exists.</p>
 <h3>Parameters</h3>
 <table class="attr">
   <tr>

Reply via email to