Index: openacs-4/packages/acs-subsite/sql/oracle/upgrade/upgrade-4.1.1-4.2.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/sql/oracle/upgrade/upgrade-4.1.1-4.2.sql,v diff -u -N -r1.1 -r1.1.32.1 --- openacs-4/packages/acs-subsite/sql/oracle/upgrade/upgrade-4.1.1-4.2.sql 5 Apr 2001 18:23:38 -0000 1.1 +++ openacs-4/packages/acs-subsite/sql/oracle/upgrade/upgrade-4.1.1-4.2.sql 9 Aug 2019 20:12:32 -0000 1.1.32.1 @@ -406,14 +406,14 @@ comment on column subsite_callbacks.callback_type is ' The type of the callback. This determines how the callback is - executed. Currenlty only a tcl type is supported but other + executed. Currently only a tcl type is supported but other types may be added in the future. '; comment on column subsite_callbacks.callback is ' The actual callback. This can be the name of a plsql function - or procedure, a url stub relative to the node at which package + or procedure, a URL stub relative to the node at which package id is mounted, or the name of a tcl function. ';