Index: openacs-4/packages/acs-tcl/tcl/security-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/security-procs.tcl,v diff -u -N -r1.126.2.7 -r1.126.2.8 --- openacs-4/packages/acs-tcl/tcl/security-procs.tcl 10 Mar 2019 21:19:39 -0000 1.126.2.7 +++ openacs-4/packages/acs-tcl/tcl/security-procs.tcl 10 Mar 2019 21:34:33 -0000 1.126.2.8 @@ -654,7 +654,7 @@ ns_log debug "OACS= empty session_id" set session_id [sec_allocate_session] - # if we have a user on an newly allocated session, update + # if we have a user on a newly allocated session, update # users table ns_log debug "OACS= newly allocated session $session_id" @@ -2723,7 +2723,7 @@ Create a security token to protect against CSRF (Cross-Site Request Forgery). The token is set (and cached) in a global - per-thread variable an can be included in forms e.g. via the + per-thread variable and can be included in forms e.g. via the following command.