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.97 -r1.98 --- openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl 24 Mar 2018 00:14:57 -0000 1.97 +++ openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl 27 Mar 2018 12:22:17 -0000 1.98 @@ -1929,7 +1929,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 +# for a specified lock-out/cool-down time, even if the correct credentials have been # 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.