Index: openacs-4/packages/acs-tcl/tcl/01-database-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/01-database-procs.tcl,v diff -u -r1.1.2.5 -r1.1.2.6 --- openacs-4/packages/acs-tcl/tcl/01-database-procs.tcl 1 Nov 2019 13:16:18 -0000 1.1.2.5 +++ openacs-4/packages/acs-tcl/tcl/01-database-procs.tcl 22 Nov 2019 16:21:43 -0000 1.1.2.6 @@ -933,7 +933,7 @@

- You can call several pl/sql statements at once, like this: + You can call several pl/SQL statements at once, like this:

@@ -1542,7 +1542,7 @@
     Usage: db_list_of_ns_sets statement-name sql [ -bind bind_set_id | -bind bind_value_list ]
 
     @return a list of ns_sets with the values of each column of each row
-    returned by the sql query specified.
+    returned by the SQL query specified.
 
     @param statement_name The name of the query.
     @param sql The SQL to be executed.