Index: openacs-4/packages/xolp/tcl/xolp-indicator-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xolp/tcl/xolp-indicator-procs.tcl,v diff -u -N -r1.14 -r1.15 --- openacs-4/packages/xolp/tcl/xolp-indicator-procs.tcl 30 May 2021 17:57:24 -0000 1.14 +++ openacs-4/packages/xolp/tcl/xolp-indicator-procs.tcl 30 May 2021 17:58:33 -0000 1.15 @@ -96,7 +96,7 @@ ::xo::db::require index -table xolp_indicator_facts -col storage_time_id # - # The following code - which is already PostgreSQL-specifc -- avoids + # The following code - which is already PostgreSQL-specific -- avoids # "tuple concurrently updated" errors from PostgreSQL, which show # up, when there are concurrent attempts to execute "CREATE OR # REPLACE FUNCTION" SQL statements. I can't say, whether this is