diff --git a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/ERP5Site_getCategoriesFullPath.xml b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/ERP5Site_getCategoriesFullPath.xml
index d70fa39cfd821ad96a11ee8926e56edb25ff09e8..85aca6cd48050c2d2634ff4db3e193180a6065c6 100644
--- a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/ERP5Site_getCategoriesFullPath.xml
+++ b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/ERP5Site_getCategoriesFullPath.xml
@@ -72,7 +72,7 @@
 
 # get a dict like {\'religion\': \'MRD\', \'gender\': \'M\'} and returns {\'religion\': \'MSM/MRD\', gender: \'male\'} so that \n
 # we can call an edit(category_dict) directly on the object it browse recursively the subcategories of the \n
-# category (key in the dict) and find a match "Codification" (TODO: support "Reference" & \'id\' matching)\n
+# category (key in the dict) and find a matching reference or title.\n
 # Christophe Dumez <christophe@nexedi.com>\n
 \n
 #def getMatchingCategoryUsingCodification(root_category, codification):\n
diff --git a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/ERP5Site_importObjectFromOOo.xml b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/ERP5Site_importObjectFromOOo.xml
index d6b4f2e152a6c26df38c2fafc73c5471f24173ff..95e9eb7e67fa68bea05cf333ad5ca435a5f96cd0 100644
--- a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/ERP5Site_importObjectFromOOo.xml
+++ b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/ERP5Site_importObjectFromOOo.xml
@@ -191,7 +191,7 @@ else:\n
   for (module, per_portal_type_data) in object_list.items():\n
     for (portal_type, new_object_list) in per_portal_type_data.items():\n
       for new_object_property_dict in new_object_list:\n
-        #get portal tye objects\n
+        #get portal type objects\n
         ptype_object = None\n
         for allowed_ptype in module.allowedContentTypes():\n
           ptype_name = \'\'.join(allowed_ptype.id.split(\' \'))\n