You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2018/02/19 12:23:34 UTC

ant git commit: typo spotted by Al Le.

Repository: ant
Updated Branches:
  refs/heads/1.9.x 3d6f8b028 -> 6c976614e


typo spotted by Al Le.


Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/6c976614
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/6c976614
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/6c976614

Branch: refs/heads/1.9.x
Commit: 6c976614ee9fa9e6ddd05d71a595d8866069dcbd
Parents: 3d6f8b0
Author: Stefan Bodewig <bo...@apache.org>
Authored: Mon Feb 19 13:23:07 2018 +0100
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Mon Feb 19 13:23:07 2018 +0100

----------------------------------------------------------------------
 manual/develop.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/6c976614/manual/develop.html
----------------------------------------------------------------------
diff --git a/manual/develop.html b/manual/develop.html
index 31add6a..aa4cfd7 100644
--- a/manual/develop.html
+++ b/manual/develop.html
@@ -108,7 +108,7 @@ good convention, though.</p>
     instantiated and added to this task via its <code>addXXX()</code>
     methods, at run time.  Child elements corresponding
     to <code>addConfiguredXXX()</code> are created at this point but
-    the actual <code>addCondifgired</code> method is not called.</li>
+    the actual <code>addConfigured</code> method is not called.</li>
 
   <li>All attributes of this task get set via their corresponding
     <code>setXXX</code> methods, at runtime.</li>