Index: openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl,v diff -u -N -r1.96 -r1.97 --- openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl 22 Mar 2018 10:45:56 -0000 1.96 +++ openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl 24 Mar 2018 00:14:57 -0000 1.97 @@ -270,7 +270,7 @@ # Verify result/auth_message return codes switch $result(auth_status) { ok { - # reset/unset failed login attempts counter after a successfull authentication + # reset/unset failed login attempts counter after a successful authentication ::auth::login_attempts::reset -login_attempt_key $login_attempt_key # Continue below @@ -1930,7 +1930,7 @@ # After the maximum number of consecutive failed login attempts # has been excedeed, all further login attempts will be automatically rejected # for a specifed lock-out/cool-down time, even if the correct credentials have been -# provided. Every successfull login before reaching the threshold resets the +# provided. Every successful login before reaching the threshold resets the # counter to 0 again. Beware, the counting is done via caching and is # therefore not persistent. #