Index: openacs-4/packages/proctoring-support/tcl/proctoring-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/proctoring-support/tcl/Attic/proctoring-procs.tcl,v diff -u -N -r1.1.2.10 -r1.1.2.11 --- openacs-4/packages/proctoring-support/tcl/proctoring-procs.tcl 8 Apr 2021 11:26:36 -0000 1.1.2.10 +++ openacs-4/packages/proctoring-support/tcl/proctoring-procs.tcl 29 Apr 2021 10:14:22 -0000 1.1.2.11 @@ -25,7 +25,7 @@ Deletes the proctoring folder. When no user is specified, proctoring files for the whole object will be deleted. - @param user_id when specfied, only folder for this user will be + @param user_id when specified, only folder for this user will be deleted. } { file delete -force -- [::proctoring::folder \ Index: openacs-4/packages/proctoring-support/www/resources/proctoring.js =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/proctoring-support/www/resources/Attic/proctoring.js,v diff -u -N -r1.1.2.8 -r1.1.2.9 --- openacs-4/packages/proctoring-support/www/resources/proctoring.js 31 Oct 2020 20:54:48 -0000 1.1.2.8 +++ openacs-4/packages/proctoring-support/www/resources/proctoring.js 29 Apr 2021 10:14:22 -0000 1.1.2.9 @@ -88,7 +88,7 @@ // 'jpeg' and 'gif'. The presence of one of such // attributes will enable the generation of an image // in that type whenever a new snapshot is -// taken. Each attribue supports itself two possible +// taken. Each attribute supports itself two possible // attributes defining the handler type, 'blob', or // 'base64'. The value of each of those is a // javascript handler that expects to receive the @@ -131,7 +131,7 @@ // gif: { // base64: function(base64data) { // // this handler will be triggered -// // everytime a new gif for this stream is +// // every time a new gif for this stream is // // rendered and will receive the base64 // // data in input // var input = document.querySelector('input[name="proctoring1"]'); @@ -163,7 +163,7 @@ // gif: { // base64: function(base64data) { // // this handler will be triggered -// // everytime a new gif for this stream is +// // every time a new gif for this stream is // // rendered and will receive the base64 // // data in input // var input = document.querySelector('input[name="proctoring1"]');