Index: openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl,v diff -u -r1.120 -r1.121 --- openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl 9 May 2018 15:33:28 -0000 1.120 +++ openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl 24 Jul 2018 17:57:31 -0000 1.121 @@ -945,7 +945,7 @@

- NOTE: If the error comes from a sql script you may try to source it manually. When you are done with that you should revisit the APM and try again but remember to leave the manually souced sql scipts unchecked on the previous page. + NOTE: If the error comes from a SQL script you may try to source it manually. When you are done with that you should revisit the APM and try again but remember to leave the manually sourced SQL scripts unchecked on the previous page.

}] return 0 @@ -1653,7 +1653,7 @@ ad_proc -private apm_upgrade_for_version_p {path initial_version_name final_version_name} { - @return 1 if the file indicated by path is valid .sql script to upgrade initial_version_name + @return 1 if the file indicated by path is a valid SQL script to upgrade initial_version_name to final_version_name } {