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 -N -r1.78.2.31 -r1.78.2.32 --- openacs-4/packages/xotcl-core/tcl/01-debug-procs.tcl 22 Apr 2017 17:34:03 -0000 1.78.2.31 +++ openacs-4/packages/xotcl-core/tcl/01-debug-procs.tcl 30 Jun 2017 18:16:37 -0000 1.78.2.32 @@ -421,7 +421,7 @@ # be deleted already # 3) the traces are executed at a time when the connection # is already closed - # Aolserver 4.5 supports a trace for freeconn. We can register + # AOLserver 4.5 supports a trace for freeconn. We can register # a callback to be executed before the connection is freed, # therefore, we have still information from ns_conn available. # For AOLserver 4.5 we use oncleanup, which is at least before @@ -541,7 +541,7 @@ # deleted anyhow, but there exists a potential memory leak, when # e.g. a destroy method (or an exit handler) writes to ns_log. # ns_log requires the thread name, but it is cleared already - # earlier (after the interp deletion trace). Aolserver recreated + # earlier (after the interp deletion trace). AOLserver recreated # the name and the an entry in the thread list, but this elements # will not be freed. If we destroy the objects here, the mentioned # problem will not occur.