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.53.2.11 -r1.53.2.12 --- openacs-4/packages/acs-authentication/tcl/test/acs-authentication-procs.tcl 1 Sep 2020 14:18:41 -0000 1.53.2.11 +++ openacs-4/packages/acs-authentication/tcl/test/acs-authentication-procs.tcl 13 Oct 2020 06:13:59 -0000 1.53.2.12 @@ -1047,7 +1047,7 @@ aa_log "Make sure test authority has at least one user" acs::test::user::create - aa_true "Deleting an authority with users thorws an error" \ + aa_true "Deleting an authority with users throws an error" \ [catch {auth::authority::delete -authority_id $authority_id}] } }