Index: openacs-4/packages/faq/tcl/apm-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/faq/tcl/apm-callback-procs.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/faq/tcl/apm-callback-procs.tcl 27 Oct 2014 16:41:29 -0000 1.2 +++ openacs-4/packages/faq/tcl/apm-callback-procs.tcl 7 Aug 2017 23:48:10 -0000 1.3 @@ -9,7 +9,7 @@ ad_proc -private faq::apm_callback::package_install { } { - Does the integration whith the notifications package. + Does the integration with the notifications package. } { db_transaction { @@ -35,7 +35,7 @@ ad_proc -private faq::apm_callback::package_uninstall { } { - Remove the integration whith the notification package + Remove the integration with the notification package } { db_transaction { @@ -149,3 +149,9 @@ -pretty_name "FAQ Q&A" \ -description "Notification of a new Q&A of any faq"] } + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: