Index: openacs-4/packages/dotlrn-static/tcl/dotlrn-static-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-static/tcl/dotlrn-static-procs.tcl,v diff -u -N -r1.35 -r1.36 --- openacs-4/packages/dotlrn-static/tcl/dotlrn-static-procs.tcl 27 Oct 2014 16:41:23 -0000 1.35 +++ openacs-4/packages/dotlrn-static/tcl/dotlrn-static-procs.tcl 7 Aug 2017 23:48:10 -0000 1.36 @@ -87,7 +87,7 @@ } { remove the applet from dotlrn } { - ad_return_complaint 1 "[applet_key] remove_applet not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet not implemented!" } ad_proc -public add_applet_to_community { @@ -149,7 +149,7 @@ } { Remove static applet from a dotlrn community } { - ad_return_complaint 1 "[applet_key] remove_applet not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet not implemented!" } ad_proc -public add_user { @@ -258,7 +258,7 @@ @param args a list-ified array of args defined in remove_applet_from_community } { - ad_return_complaint 1 "[applet_key] remove_portlet not implimented!" + ad_return_complaint 1 "[applet_key] remove_portlet not implemented!" } ad_proc -public clone { @@ -284,3 +284,9 @@ } { } } + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: