Index: openacs-4/packages/xotcl-core/tcl/policy-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/policy-procs.tcl,v diff -u -N -r1.29.2.18 -r1.29.2.19 --- openacs-4/packages/xotcl-core/tcl/policy-procs.tcl 9 Mar 2022 14:00:43 -0000 1.29.2.18 +++ openacs-4/packages/xotcl-core/tcl/policy-procs.tcl 27 Nov 2022 17:37:50 -0000 1.29.2.19 @@ -132,7 +132,7 @@ set class_info [expr {[info exists c] && [::nsf::is class $c] ? "using the class hierarchy [concat $c [$c info heritage]]" : ""}] - ad_log error "get_permission could not find an approriate class for checking" \ + ad_log error "get_permission could not find an appropriate class for checking" \ "permissions for '$object' and '$method' in policy [self]" \ $class_info set permission ""