Index: openacs-4/packages/acs-subsite/sql/postgresql/upgrade/upgrade-4.1.1-4.2.sql
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/sql/postgresql/upgrade/upgrade-4.1.1-4.2.sql,v
diff -u -r1.2 -r1.3
--- openacs-4/packages/acs-subsite/sql/postgresql/upgrade/upgrade-4.1.1-4.2.sql	25 Sep 2006 21:16:34 -0000	1.2
+++ openacs-4/packages/acs-subsite/sql/postgresql/upgrade/upgrade-4.1.1-4.2.sql	3 Sep 2024 15:37:33 -0000	1.3
@@ -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.
 ';