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 -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.