Index: openacs-4/packages/acs-authentication/tcl/test/acs-authentication-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/test/acs-authentication-procs.tcl,v diff -u -N -r1.45 -r1.46 --- openacs-4/packages/acs-authentication/tcl/test/acs-authentication-procs.tcl 7 Aug 2017 23:47:46 -0000 1.45 +++ openacs-4/packages/acs-authentication/tcl/test/acs-authentication-procs.tcl 27 Mar 2018 12:22:17 -0000 1.46 @@ -508,7 +508,7 @@ array set reset_result [auth::password::reset \ -authority_id [auth::authority::local] \ -username $test_user(username)] - aa_equals "status should be ok for reseting password" $reset_result(password_status) "ok" + aa_equals "status should be ok for resetting password" $reset_result(password_status) "ok" aa_true "Result contains new password" [info exists reset_result(password)] if { [info exists reset_result(password)] } {