Index: openacs-4/packages/acs-tcl/tcl/deprecated-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/deprecated-procs.tcl,v diff -u -N -r1.29.2.2 -r1.29.2.3 --- openacs-4/packages/acs-tcl/tcl/deprecated-procs.tcl 31 Mar 2019 11:17:59 -0000 1.29.2.2 +++ openacs-4/packages/acs-tcl/tcl/deprecated-procs.tcl 10 Aug 2019 14:33:26 -0000 1.29.2.3 @@ -629,7 +629,7 @@ Places the nth element of list into the variable named by the nth element of args. - One should use the built-in Tcl command "lassign" instread of this proc. + One should use the built-in Tcl command "lassign" instead of this proc. @see lassign @@ -2540,7 +2540,7 @@ other, but not both. NOTE: it is perfectly valid to not specify either, in which case no file is uploaded, but form variables are encoded using multipart/form-data instead of the usual - encoding (as noted aboved). + encoding (as noted above).