Index: openacs-4/packages/ref-countries/sql/oracle/ref-countries-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ref-countries/sql/oracle/ref-countries-create.sql,v diff -u -N -r1.5 -r1.5.8.1 --- openacs-4/packages/ref-countries/sql/oracle/ref-countries-create.sql 17 Oct 2010 21:06:09 -0000 1.5 +++ openacs-4/packages/ref-countries/sql/oracle/ref-countries-create.sql 10 Aug 2019 18:31:43 -0000 1.5.8.1 @@ -11,7 +11,7 @@ create table countries ( -- this violates 3nf but is used for 2 reasons -- 1. to help efficiency - -- 2. to make querys not fail if no translation exists yet + -- 2. to make queries not fail if no translation exists yet default_name varchar(100) constraint countries_default_name_nn not null