Index: openacs-4/packages/ajaxhelper/tcl/ajax-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ajaxhelper/tcl/ajax-procs.tcl,v diff -u -r1.15 -r1.16 --- openacs-4/packages/ajaxhelper/tcl/ajax-procs.tcl 28 Mar 2018 17:00:40 -0000 1.15 +++ openacs-4/packages/ajaxhelper/tcl/ajax-procs.tcl 29 Mar 2018 15:03:00 -0000 1.16 @@ -373,7 +373,7 @@ @param element the element you want to observe @param event the event that the observer will wait for - @param obs_function the funcion that will be executed when the event is detected + @param obs_function the function that will be executed when the event is detected } { ah::requires -sources "prototype" @@ -399,7 +399,7 @@ @param element the element you want to observe @param event the event that the observer will wait for - @param obs_function the funcion that will be executed when the event is detected + @param obs_function the function that will be executed when the event is detected } { ah::requires -sources "prototype"