Index: openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl,v diff -u -N -r1.86 -r1.87 --- openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl 9 Feb 2019 13:58:18 -0000 1.86 +++ openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl 11 Feb 2019 11:53:22 -0000 1.87 @@ -1127,7 +1127,7 @@ if {[template::element::exists $form_name __csrf_token]} { # - # CSRF protection is activated, therfore validate the + # CSRF protection is activated, therefore validate the # hidden form field content. # security::csrf::validate @@ -1211,7 +1211,7 @@ # is the same for new and edit) # We don't need to interrogate the af_parts structure - # because we know we're in the last call to to ad_form + # because we know we're in the last call to ad_form # at this point and that this call contained the # "action blocks".