summaryrefslogtreecommitdiff
path: root/manual/develop.html
diff options
context:
space:
mode:
authorStefan Bodewig <bodewig@apache.org>2018-02-19 13:23:07 +0100
committerStefan Bodewig <bodewig@apache.org>2018-02-19 13:23:07 +0100
commit6c976614ee9fa9e6ddd05d71a595d8866069dcbd (patch)
treead918728be3cc3252c35086e8096e00f53ffed45 /manual/develop.html
parent3d6f8b02837341761a4fce0d55656ae4fdd7c9ba (diff)
downloadant-6c976614ee9fa9e6ddd05d71a595d8866069dcbd.tar.gz
typo spotted by Al Le.
Diffstat (limited to 'manual/develop.html')
-rw-r--r--manual/develop.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/develop.html b/manual/develop.html
index 31add6a90..aa4cfd733 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>