Index: openacs-4/packages/lorsm/www/delivery-scorm/servlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/delivery-scorm/servlet.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/lorsm/www/delivery-scorm/servlet.tcl 17 Apr 2018 14:47:03 -0000 1.4 +++ openacs-4/packages/lorsm/www/delivery-scorm/servlet.tcl 18 Apr 2018 22:25:03 -0000 1.5 @@ -370,7 +370,7 @@ #even if user closes the course without passing by FINISH if { $lorsmstudenttrack == "" || $lorsmstudenttrack == 0 } { lorsm::track::exit -track_id $currenttrackid } else { - #speficic for courses for which istrackable is on + #specific for courses for which istrackable is on lorsm::track::exit -track_id $lorsmstudenttrack } ns_log $level "lorsm - post LMSCommit (trackid=$currenttrackid)" ns_return 200 text/plain "OK" @@ -381,7 +381,7 @@ ad_set_client_property lorsm currenttrackid "" if { $lorsmstudenttrack == "" || $lorsmstudenttrack == 0 } { lorsm::track::exit -track_id $currenttrackid } else { - #speficic for courses for which istrackable is on + #specific for courses for which istrackable is on lorsm::track::exit -track_id $lorsmstudenttrack } ns_return 200 text/plain "OK" ns_log $level "lorsm - post LMSFinish (trackid=$currenttrackid) sent ok to applet"