Commit 27387026 authored by Jérome Perrin's avatar Jérome Perrin

typo


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27824 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1368eabc
......@@ -2627,7 +2627,7 @@ class ModuleTemplateItem(BaseTemplateItem):
keys = self._objects.keys()
keys.sort()
for id in keys:
# expor module one by one
# export modules one by one
xml_data = self.generateXml(path=id)
bta.addObject(obj=xml_data, name=id, path=path)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment