Index: openacs-4/packages/acs-subsite/sql/oracle/subsite-callbacks-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/sql/oracle/subsite-callbacks-create.sql,v diff -u -N -r1.2 -r1.2.26.1 --- openacs-4/packages/acs-subsite/sql/oracle/subsite-callbacks-create.sql 30 Sep 2003 12:10:03 -0000 1.2 +++ openacs-4/packages/acs-subsite/sql/oracle/subsite-callbacks-create.sql 9 Aug 2019 20:12:32 -0000 1.2.26.1 @@ -60,14 +60,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. ';