Index: openacs-4/packages/lorsm/tcl/lorsm-import-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/tcl/lorsm-import-procs.tcl,v diff -u -N -r1.12 -r1.13 --- openacs-4/packages/lorsm/tcl/lorsm-import-procs.tcl 15 Nov 2019 08:39:39 -0000 1.12 +++ openacs-4/packages/lorsm/tcl/lorsm-import-procs.tcl 15 Nov 2019 08:45:10 -0000 1.13 @@ -246,7 +246,7 @@ # extract all the resources and files set scos 0 set assets 0 - set sharableresources 0 + set shareableresources 0 set files 0 if { ![empty_string_p $resources] } { @@ -262,8 +262,8 @@ } asset { incr assets - } sharableresource { - incr sharableresources + } shareableresource { + incr shareableresources } } @@ -708,7 +708,7 @@ # So first, let's create a list of only item_identifierrefs - # [lindex $add 1]. Therefore we can do a lsearch -exact instead of + # [lindex $add 1]. Therefore, we can do a lsearch -exact instead of # a -regexp foreach ref $add {