Index: openacs-4/packages/dotlrn-curriculum/tcl/dotlrn-curriculum-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-curriculum/tcl/dotlrn-curriculum-procs.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/dotlrn-curriculum/tcl/dotlrn-curriculum-procs.tcl 26 Feb 2007 19:52:15 -0000 1.3 +++ openacs-4/packages/dotlrn-curriculum/tcl/dotlrn-curriculum-procs.tcl 27 Mar 2018 14:22:30 -0000 1.4 @@ -48,13 +48,13 @@ } { remove the applet } { - 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 { community_id } { - Add the curriculum applet to a specifc community + Add the curriculum applet to a specific community } { set portal_id [dotlrn_community::get_portal_id \ -community_id $community_id @@ -102,13 +102,13 @@ } { Drops the curriculum applet from the given 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 } { - For one time user-specfic init + For one time user-specific init } { # noop }