Index: openacs-4/packages/dotlrn/tcl/applets-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/applets-procs.tcl,v diff -u -N -r1.26 -r1.27 --- openacs-4/packages/dotlrn/tcl/applets-procs.tcl 7 Aug 2017 23:48:09 -0000 1.26 +++ openacs-4/packages/dotlrn/tcl/applets-procs.tcl 25 Jan 2018 12:36:53 -0000 1.27 @@ -35,7 +35,7 @@ return [site_node::get_children -package_key $applet_key -node_id $applets_node_id] } - ad_proc -public is_initalized {} { + ad_proc -public is_initialized {} { return [site_node::exists_p -url "[get_url]/"] } Index: openacs-4/packages/dotlrn/tcl/department-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/department-procs.tcl,v diff -u -N -r1.15 -r1.16 --- openacs-4/packages/dotlrn/tcl/department-procs.tcl 7 Aug 2017 23:48:09 -0000 1.15 +++ openacs-4/packages/dotlrn/tcl/department-procs.tcl 25 Jan 2018 12:36:53 -0000 1.16 @@ -80,7 +80,7 @@ ad_proc -public count_classes { {-department_key:required} } { - retuns the number of classes under this department + returns the number of classes under this department } { return [db_string select_count_classes {} -default 0] } Index: openacs-4/packages/dotlrn/tcl/dotlrn-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/dotlrn-init.tcl,v diff -u -N -r1.42 -r1.43 --- openacs-4/packages/dotlrn/tcl/dotlrn-init.tcl 7 Aug 2017 23:48:09 -0000 1.42 +++ openacs-4/packages/dotlrn/tcl/dotlrn-init.tcl 25 Jan 2018 12:36:53 -0000 1.43 @@ -68,7 +68,7 @@ # this may seems strange, but init the applets first # initialize the applets subsystem (ooh, I'm using big words - ben) - if {![dotlrn_applet::is_initalized]} { dotlrn_applet::init } + if {![dotlrn_applet::is_initialized]} { dotlrn_applet::init } # We go through all Applets and make sure they are added.