Index: openacs-4/packages/xotcl-core/tcl/01-debug-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/01-debug-procs.tcl,v diff -u -r1.93.2.32 -r1.93.2.33 --- openacs-4/packages/xotcl-core/tcl/01-debug-procs.tcl 6 Dec 2020 08:20:27 -0000 1.93.2.32 +++ openacs-4/packages/xotcl-core/tcl/01-debug-procs.tcl 6 Dec 2020 08:37:05 -0000 1.93.2.33 @@ -1093,7 +1093,7 @@ -create_table_attribute false \ {*}$config # - # Changing the domain is neccessary for "update_attribute_from_slot" + # Changing the domain is necessary for "update_attribute_from_slot" # for the extended slots like "title", "description" etc. But then # the accessor methods (for "title", "description") have to be # installed manually for the classes, on which the extension Index: openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl,v diff -u -r1.148.2.27 -r1.148.2.28 --- openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl 3 Sep 2020 08:42:59 -0000 1.148.2.27 +++ openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl 6 Dec 2020 08:37:05 -0000 1.148.2.28 @@ -1638,7 +1638,7 @@ ::xo::db::Class instproc dbproc_nonposargs {object_name} { # - # This method compiles a stored procedure into a xotcl method + # This method compiles a stored procedure into an XOTcl method # using a classic nonpositional argument style interface. # # The current implementation should work on PostgreSQL and Oracle Index: openacs-4/packages/xotcl-core/tcl/20-Ordered-Composite-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/20-Ordered-Composite-procs.tcl,v diff -u -r1.27.2.7 -r1.27.2.8 --- openacs-4/packages/xotcl-core/tcl/20-Ordered-Composite-procs.tcl 26 Aug 2020 18:50:43 -0000 1.27.2.7 +++ openacs-4/packages/xotcl-core/tcl/20-Ordered-Composite-procs.tcl 6 Dec 2020 08:37:05 -0000 1.27.2.8 @@ -98,7 +98,7 @@ } OrderedComposite instproc contains cmds { - :requireNamespace ;# legacy for older xotcl versions + :requireNamespace ;# legacy for older XOTcl versions set m [Object info instmixin] if {"[self class]::ChildManager" ni $m} { set insert 1 @@ -139,7 +139,7 @@ # implementation of the method contains, that does NOT use try. # OrderedComposite instproc contains cmds { - :requireNamespace ;# legacy for older xotcl versions + :requireNamespace ;# legacy for older XOTcl versions set m [Object info instmixin] if {"[self class]::ChildManager" ni $m} { set insert 1 Index: openacs-4/packages/xotcl-core/tcl/http-client-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/http-client-procs.tcl,v diff -u -r1.40.2.7 -r1.40.2.8 --- openacs-4/packages/xotcl-core/tcl/http-client-procs.tcl 26 Aug 2020 18:50:43 -0000 1.40.2.7 +++ openacs-4/packages/xotcl-core/tcl/http-client-procs.tcl 6 Dec 2020 08:37:05 -0000 1.40.2.8 @@ -10,7 +10,7 @@ # -# The xotcl HTTP client procs are deprecated. +# The XOTcl HTTP client procs are deprecated. # Use util::http::get/post/... etc. instead # Index: openacs-4/packages/xotcl-core/tcl/install-check-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/install-check-procs.tcl,v diff -u -r1.6.2.3 -r1.6.2.4 --- openacs-4/packages/xotcl-core/tcl/install-check-procs.tcl 26 Aug 2020 18:50:43 -0000 1.6.2.3 +++ openacs-4/packages/xotcl-core/tcl/install-check-procs.tcl 6 Dec 2020 08:37:05 -0000 1.6.2.4 @@ -2,7 +2,7 @@ ad_proc -private ::xotcl-core::before-install {} { - Callback for checking whether xotcl is installed for OpenACS + Callback for checking whether XOTcl is installed for OpenACS @author Gustaf Neumann (neumann@wu-wien.ac.at) } {