Index: openacs-4/packages/acs-authentication/tcl/local-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/local-procs.tcl,v diff -u -r1.45 -r1.46 --- openacs-4/packages/acs-authentication/tcl/local-procs.tcl 28 Jun 2018 14:20:46 -0000 1.45 +++ openacs-4/packages/acs-authentication/tcl/local-procs.tcl 11 Jul 2018 10:37:40 -0000 1.46 @@ -380,7 +380,7 @@ ad_change_password $user_id $password - # We return the new passowrd here and let the OpenACS framework send the email with the new password + # We return the new password here and let the OpenACS framework send the email with the new password set result(password) $password return [array get result] }