Index: openacs-4/packages/acs-tcl/tcl/ad-functional-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/ad-functional-procs.tcl,v diff -u -N -r1.10.2.6 -r1.10.2.7 --- openacs-4/packages/acs-tcl/tcl/ad-functional-procs.tcl 22 Feb 2021 16:12:38 -0000 1.10.2.6 +++ openacs-4/packages/acs-tcl/tcl/ad-functional-procs.tcl 27 Feb 2023 17:57:44 -0000 1.10.2.7 @@ -632,7 +632,7 @@ # "Sandra Bullock" "Catherine Zeta-Jones" "Nicole Kidman" -ad_proc -public transpose {lists} "tranposes a matrix (a list of lists)" { +ad_proc -public transpose {lists} "transposes a matrix (a list of lists)" { set num_lists [llength $lists] if {!$num_lists} { return "" } for {set i 0} {$i<$num_lists} {incr i} {