diff --git a/product/ERP5/Tool/TemplateTool.py b/product/ERP5/Tool/TemplateTool.py
index a87acab94327c99dc40c1a3f3236731d64512bcd..41b6efa2c7b5e58fa7ce41e621073a496109680d 100644
--- a/product/ERP5/Tool/TemplateTool.py
+++ b/product/ERP5/Tool/TemplateTool.py
@@ -143,8 +143,8 @@ class TemplateTool (BaseTool):
       return built_bts
 
     security.declareProtected(Permissions.ManagePortal,
-                              'getDefaultBusinessTemplateDownladURL')
-    def getDefaultBusinessTemplateDownladURL(self):
+                              'getDefaultBusinessTemplateDownloadURL')
+    def getDefaultBusinessTemplateDownloadURL(self):
       """Returns the default download URL for business templates.
       """
       return "file://%s/" % pathname2url(
diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/TemplateTool_viewDownloadBusinessTemplateDialog/your_url.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/TemplateTool_viewDownloadBusinessTemplateDialog/your_url.xml
index c8f40b35d61cfb5647b9d909ddf023151d051618..b39cf325f5e01e10c7c00d7b659d1e149bcf9c80 100644
--- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/TemplateTool_viewDownloadBusinessTemplateDialog/your_url.xml
+++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/TemplateTool_viewDownloadBusinessTemplateDialog/your_url.xml
@@ -263,7 +263,7 @@
       <dictionary>
         <item>
             <key> <string>_text</string> </key>
-            <value> <string>here/getDefaultBusinessTemplateDownladURL</string> </value>
+            <value> <string>here/getDefaultBusinessTemplateDownloadURL</string> </value>
         </item>
       </dictionary>
     </pickle>