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.117 -r1.118 --- openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl 25 Mar 2018 22:13:40 -0000 1.117 +++ openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl 4 Apr 2018 18:51:56 -0000 1.118 @@ -241,7 +241,7 @@ } ::xo::db::oracle instproc mk_sql_constraint_name {table att suffix} { # - # Constaint names are limited in oracle to 30 characters; + # Constraint names are limited in oracle to 30 characters; # Postgres has no such limits. Therefore, we use different # rules depending on whether we are running under Oracle or not. #