Index: openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl,v diff -u -N -r1.112 -r1.113 --- openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl 17 Dec 2018 14:29:36 -0000 1.112 +++ openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl 17 Dec 2018 14:35:05 -0000 1.113 @@ -537,7 +537,7 @@ # # This branch uses "ns_db currenthandles" to implement # "db_with_handle" instead of the old approach based on the global - # db_state variables. The new approach has the advantantge that it + # db_state variables. The new approach has the advantage that it # is: # # - more robust (deletion and creation of the per-request variables,