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.103 -r1.104 --- openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl 1 May 2018 07:16:25 -0000 1.103 +++ openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl 14 Jun 2018 23:38:07 -0000 1.104 @@ -325,7 +325,7 @@ # # Clear out remote account_status and account_message - # and iinitialize it with values that we can relay on later. + # and initialize it with values that we can relay on later. # array set result {account_url "" account_status "" account_message "" user_id ""} @@ -1773,7 +1773,7 @@ @param authority_id The ID of the authority to ask to verify the user. @param username Username of the user. - @param passowrd The password as the user entered it. + @param password The password as the user entered it. } { set impl_id [auth::authority::get_element -authority_id $authority_id -element "auth_impl_id"] @@ -2003,7 +2003,7 @@ } ad_proc -public ::auth::login_attempts::reset_all {} { - Flush all recored failed login attempts + Flush all recorded failed login attempts } { ::auth::login_attempts::flush_all }