From 6c976614ee9fa9e6ddd05d71a595d8866069dcbd Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
Date: Mon, 19 Feb 2018 13:23:07 +0100
Subject: [PATCH] typo spotted by Al Le.
---
manual/develop.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.
instantiated and added to this task via its addXXX()
methods, at run time. Child elements corresponding
to addConfiguredXXX()
are created at this point but
- the actual addCondifgired
method is not called.
+ the actual addConfigured
method is not called.
All attributes of this task get set via their corresponding
setXXX
methods, at runtime.