Index: openacs-4/packages/xowiki/tcl/xowiki-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-procs.tcl,v diff -u -N -r1.485.2.63 -r1.485.2.64 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 21 Apr 2017 13:51:54 -0000 1.485.2.63 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 22 Apr 2017 17:34:04 -0000 1.485.2.64 @@ -427,7 +427,7 @@ # Instead of using the table below, another option would be to use # multiple sequences. However, these sequences would have dynamic # names, it is not clear, whether there are certain limits on the - # number of sequences (in PostgresSQL or Oracle), the database + # number of sequences (in PostgreSQL or Oracle), the database # dependencies would be larger than in this simple approach. # ::xo::db::require table xowiki_autonames { @@ -2393,7 +2393,7 @@ set __bufsize 0 } if {$__bufsize > 0 && $__l > $__bufsize} { - # we have aolserver 4.5, we can increase the bufsize + # we have AOLserver 4.5, we can increase the bufsize ns_adp_ctl bufsize [expr {$__l + 1024}] } set template_code [template::adp_compile -string $content_noquote]