Index: openacs-4/packages/lorsm/www/delivery-scorm/exit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/delivery-scorm/exit.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/delivery-scorm/exit.tcl 27 Mar 2018 17:08:50 -0000 1.2 +++ openacs-4/packages/lorsm/www/delivery-scorm/exit.tcl 18 Apr 2018 22:25:03 -0000 1.3 @@ -29,7 +29,7 @@ if { ! [empty_string_p $lorsmstudenttrack] } { if { $lorsmstudenttrack == 0 } { lorsm::track::exit -track_id $track_id } 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 "SCORM exiting a scorm course which didn't actually FINISH" } else {