Index: openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl,v diff -u -r1.46 -r1.47 --- openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl 9 May 2018 15:33:28 -0000 1.46 +++ openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl 24 Jul 2018 19:42:16 -0000 1.47 @@ -587,7 +587,7 @@ ad_proc -private apm_include_file_p { filename } { Check if the APM should consider a file found by ad_find_all_files. Files for which apm_ignore_file_p returns true will be ignored. - Backup files and sql scripts (including the ones in upgrade directory) are ignored. + Backup files and SQL scripts (including the ones in upgrade directory) are ignored. } { #ns_log notice "apm_include_file_p <$filename> => [apm_ignore_file_p $filename]" return [expr {![apm_ignore_file_p $filename]}]