Index: openacs-4/packages/schema-browser/www/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/schema-browser/www/index.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/schema-browser/www/index.tcl 28 Jun 2004 05:30:03 -0000 1.5 +++ openacs-4/packages/schema-browser/www/index.tcl 28 Mar 2018 17:00:41 -0000 1.6 @@ -1,7 +1,7 @@ ad_page_contract { data structures used - column_info: a type of ns_set expected to containt the following values + column_info: a type of ns_set expected to contain the following values column_name data_type data_length @@ -11,7 +11,7 @@ nullable - constraint_info: a type of ns_set expected to containt the following values: + constraint_info: a type of ns_set expected to contain the following values: constraint_name constraint_type constraint_columns -- list of column names