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.78.2.53 -r1.78.2.54 --- openacs-4/packages/acs-tcl/tcl/security-procs.tcl 21 Apr 2017 19:11:30 -0000 1.78.2.53 +++ openacs-4/packages/acs-tcl/tcl/security-procs.tcl 22 Apr 2017 18:11:54 -0000 1.78.2.54 @@ -122,7 +122,7 @@ set session_last_renew_time [lindex $cookie_data 3] if {![string is integer -strict $session_last_renew_time]} { # This only happens if the session cookie is old style - # previous to openacs 5.7 and does not have session review time + # previous to OpenACS 5.7 and does not have session review time # embedded. # Assume cookie expired and force login handler set session_last_renew_time 0 @@ -1817,7 +1817,7 @@ set sdriver [security::driver] # nsopenssl 3 has variable locations for the secure - # port, openacs standardized at: + # port, OpenACS standardized at: if { $sdriver eq "nsopenssl" } { set port [ns_config -int "ns/server/[ns_info server]/module/$sdriver/ssldriver/users" port 443]