Index: openacs-4/packages/dotlrn-fs/tcl/dotlrn-fs-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-fs/tcl/dotlrn-fs-procs.tcl,v diff -u -N -r1.96.2.2 -r1.96.2.3 --- openacs-4/packages/dotlrn-fs/tcl/dotlrn-fs-procs.tcl 10 Nov 2016 15:03:30 -0000 1.96.2.2 +++ openacs-4/packages/dotlrn-fs/tcl/dotlrn-fs-procs.tcl 30 Jun 2017 17:48:10 -0000 1.96.2.3 @@ -93,7 +93,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 { @@ -272,13 +272,13 @@ } { remove the fs applet from a specifc dotlrn community } { - ad_return_complaint 1 "[applet_key] remove_applet_from_community not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet_from_community not implemented!" } ad_proc -public add_user { user_id } { - One time user-specfic init + One time user-specific init } { # Message lookups below need variable user_name set user_name [acs_user::get_element -user_id $user_id -element name]