Index: openacs-4/packages/xotcl-core/tcl/test/xotcl-core-db-tutorial-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/test/Attic/xotcl-core-db-tutorial-procs.tcl,v diff -u -N -r1.1.2.2 -r1.1.2.3 --- openacs-4/packages/xotcl-core/tcl/test/xotcl-core-db-tutorial-procs.tcl 23 Jul 2019 16:56:53 -0000 1.1.2.2 +++ openacs-4/packages/xotcl-core/tcl/test/xotcl-core-db-tutorial-procs.tcl 5 Oct 2019 13:19:20 -0000 1.1.2.3 @@ -230,7 +230,7 @@ # # Lookup page from CR by name. In general, we do not know, of - # which type a page with a certain name is, therefore we use + # which type a page with a certain name is, therefore, we use # ::xo::db::CrClass as interface. # set r [::xo::db::CrClass lookup -name page0]