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.107 -r1.108 --- openacs-4/packages/acs-tcl/tcl/security-procs.tcl 19 Sep 2018 00:55:36 -0000 1.107 +++ openacs-4/packages/acs-tcl/tcl/security-procs.tcl 20 Sep 2018 16:50:10 -0000 1.108 @@ -1134,7 +1134,7 @@ } { Retrieves a signed cookie. Validates a cookie against its - cryptographic signature and insures that the cookie has not + cryptographic signature and ensures that the cookie has not expired. Throws an exception if validation fails. } { @@ -1163,7 +1163,7 @@ } { Retrieves a signed cookie. Validates a cookie against its - cryptographic signature and insures that the cookie has not + cryptographic signature and ensures that the cookie has not expired. Returns a two-element list, the first element of which is the cookie data, and the second element of which is the expiration time. Throws an exception if validation fails. @@ -1364,7 +1364,7 @@ ad_proc -private populate_secret_tokens_db {} { - Populates the secret_tokens table. Note that this will take awhile + Populates the secret_tokens table. Note that this will take a while to run. } { @@ -2334,7 +2334,7 @@ ad_proc -public ::security::csp::require {{-force:boolean} directive value} { Add a single value directive to the CSP rule-set. The - directices are picked up, when the pages is rendered, by the + directives are picked up, when the pages is rendered, by the CSP generator. @param directive name of the directive (such as e.g. style-src)