Index: openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl,v diff -u -N -r1.93 -r1.94 --- openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl 19 Jan 2018 20:56:00 -0000 1.93 +++ openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl 27 Mar 2018 12:22:17 -0000 1.94 @@ -94,7 +94,7 @@ # defines the ns_db API, and the OpenACS db_* API depends utterly on # it. However, there are a few holes in the functionality of the # ns_db API, and each AOLserver database driver tends to fill in those -# holes by adding extra functionality with its own, drive specifc +# holes by adding extra functionality with its own, drive specific # functions. Therefore, in order to make the db_* API work with # multiple db drivers, we need to introduce some switches or if # statements in our code.