Index: openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl,v diff -u -N -r1.72.2.30 -r1.72.2.31 --- openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl 16 Mar 2021 11:56:29 -0000 1.72.2.30 +++ openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl 2 Sep 2021 16:40:48 -0000 1.72.2.31 @@ -1440,7 +1440,7 @@ } ad_proc -private is_object {scope proc_name} { - Checks, whether the specified argument is an xotcl object. + Checks, whether the specified argument is an XOTcl object. Does not cause problems when xotcl is not loaded. @return boolean value } { @@ -1813,7 +1813,7 @@ } # # The last four words in the following clause - # are deprecated procs which are unfortunatley + # are deprecated procs which are unfortunately # picked up as commands by # apidoc::tclcode_to_html. Therefore, we # ignore these explicitly.