Index: openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl,v diff -u -r1.116 -r1.117 --- openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl 24 Mar 2018 16:20:59 -0000 1.116 +++ openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl 25 Mar 2018 22:13:40 -0000 1.117 @@ -496,7 +496,7 @@ } ::xo::db::DB instproc exec_0or1row {-prepare {-bind ""} sql} { - # Helper, used from several postgres-spefic one-tuple queries + # Helper, used from several postgres-specific one-tuple queries if {$bind ne ""} {set bindOpt [list -bind $bind]} {set bindOpt ""} ::db_with_handle h { if {[info exists prepare]} {set sql [:prepare -handle $h -argtypes $prepare $sql]} @@ -824,7 +824,7 @@ ::xo::dc dml populate-table-$name $populate } } else { - # The table exists already. Check the colums, whether we have to + # The table exists already. Check the columns, whether we have to # add columns. We do not alter attribute types, and we do not # delete columns. foreach col [dict keys $definition] { @@ -1339,7 +1339,7 @@ } # - # The generation of the code interface code is driver specifc, since + # The generation of the code interface code is driver specific, since # e.q. dbi supports option "-autonull", which simplified the # interface code significantly # @@ -1889,7 +1889,7 @@ ::xo::db::Class ad_instproc drop_object_type {{-cascade true}} { Drop an acs object_type; cascde true means that the attributes - are droped as well. + are dropped as well. } { ::xo::db::sql::acs_object_type drop_type \ -object_type ${:object_type} \