Index: openacs-4/packages/dotlrn-lamsint/tcl/dotlrn-lamsint-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-lamsint/tcl/dotlrn-lamsint-procs.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn-lamsint/tcl/dotlrn-lamsint-procs.tcl 8 Dec 2005 09:40:41 -0000 1.1 +++ openacs-4/packages/dotlrn-lamsint/tcl/dotlrn-lamsint-procs.tcl 27 Mar 2018 14:22:30 -0000 1.2 @@ -70,7 +70,7 @@ ad_proc -public add_applet_to_community { community_id } { - Add the lamsint applet to a specifc dotlrn community + Add the lamsint applet to a specific dotlrn community } { set portal_id [dotlrn_community::get_portal_id -community_id $community_id] @@ -122,7 +122,7 @@ community_id user_id } { - Add a user to a specifc dotlrn community + Add a user to a specific dotlrn community } { set package_id [dotlrn_community::get_applet_package_id -community_id $community_id -applet_key [applet_key]] set portal_id [dotlrn::get_portal_id -user_id $user_id]