Index: openacs-4/packages/acs-core-docs/www/xml/developers-guide/db-api.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/developers-guide/db-api.xml,v diff -u -r1.13.8.3 -r1.13.8.4 --- openacs-4/packages/acs-core-docs/www/xml/developers-guide/db-api.xml 3 Oct 2016 09:17:51 -0000 1.13.8.3 +++ openacs-4/packages/acs-core-docs/www/xml/developers-guide/db-api.xml 21 Apr 2017 15:07:52 -0000 1.13.8.4 @@ -171,8 +171,8 @@ What the DB API (in conjuntion with the database drivers implemented for aolserver) do is send the SQL statement to the server for parsing, then bind values to the - variables and sends those values along seperately as a second - step. This seperate binding step is where the term + variables and sends those values along separately as a second + step. This separate binding step is where the term bind variable comes from. @@ -886,7 +886,7 @@ db_blob_get_file statement-name sql [ -bind bind_set_id | -bind bind_value_list ] - Analagous to ns_ora write_clob/write_blob/blob_get_file. + Analogous to ns_ora write_clob/write_blob/blob_get_file.