Index: openacs-4/packages/acs-kernel/sql/oracle/acs-metadata-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-kernel/sql/oracle/acs-metadata-create.sql,v diff -u -N -r1.12 -r1.13 --- openacs-4/packages/acs-kernel/sql/oracle/acs-metadata-create.sql 7 Mar 2011 02:34:51 -0000 1.12 +++ openacs-4/packages/acs-kernel/sql/oracle/acs-metadata-create.sql 7 Aug 2017 23:47:56 -0000 1.13 @@ -1,7 +1,7 @@ -- -- acs-kernel/sql/acs-metadata-create.sql -- --- A generic metadata system that allows table inheritence. This is +-- A generic metadata system that allows table inheritance. This is -- based in many ways on Problem Set 4 by Philip Greenspun -- (philg@mit.edu), and the user-groups data model by Tracy Adams -- (teadams@mit.edu). @@ -867,7 +867,7 @@ -- Add the appropriate column to the table -- We can only create the table column if - -- 1. the attribute is declared type_specific (generic storage uses an auxillary table) + -- 1. the attribute is declared type_specific (generic storage uses an auxiliary table) -- 2. the attribute is not declared static -- 3. it does not already exist in the table