Index: openacs-4/packages/xotcl-core/tcl/generic-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/generic-procs.tcl,v diff -u -N -r1.97.2.11 -r1.97.2.12 --- openacs-4/packages/xotcl-core/tcl/generic-procs.tcl 14 May 2017 09:04:35 -0000 1.97.2.11 +++ openacs-4/packages/xotcl-core/tcl/generic-procs.tcl 15 Jun 2017 13:11:51 -0000 1.97.2.12 @@ -306,7 +306,7 @@ Simple OO interface to template::list. This class has been built to allow quick creation of list UIs for generic acs_objects.

- Many parameters are homonimous to those for template::list::create
+ Many parameters are homonimous to those for template::list::create
and work in the same way, unless stated differently in this documentation.
Despite the high number of object's members, most of them are there for backward compatibility with the procedural API and they seldom need to be specified.
@@ -416,13 +416,13 @@ @param package_id Is the package for this instance. It has no use for now. @param html_class Behaves as class parameter in - template::list::create. + template::list::create. @param html_main_class Behaves as main_class parameter in - template::list::create. + template::list::create. @param html_sub_class Behaves as sub_class parameter in - template::list::create. + template::list::create. @author Antonio Pisano (antonio@elettrotecnica.it)