Index: openacs-4/packages/evaluation/tcl/apm-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation/tcl/apm-callback-procs.tcl,v diff -u -r1.26 -r1.27 --- openacs-4/packages/evaluation/tcl/apm-callback-procs.tcl 7 Aug 2017 23:48:10 -0000 1.26 +++ openacs-4/packages/evaluation/tcl/apm-callback-procs.tcl 17 Apr 2018 14:47:02 -0000 1.27 @@ -3,7 +3,7 @@ ad_library { Evaluations Package APM callbacks library - + Procedures that deal with installing, instantiating, mounting. @creation-date Apr 2004 @@ -15,12 +15,12 @@ namespace eval evaluation::apm {} -ad_proc -public evaluation::apm::package_install { +ad_proc -public evaluation::apm::package_install { } { - - Does the integration whith the notifications package. + + Does the integration with the notifications package. } { - db_transaction { + db_transaction { # Create the impl and aliases for one assignment set impl_id [create_one_assignment_impl] @@ -187,10 +187,10 @@ } } -ad_proc -public evaluation::apm::package_uninstall { +ad_proc -public evaluation::apm::package_uninstall { } { - Cleans the integration whith the notifications package. + Cleans the integration with the notifications package. } { db_transaction {