Index: openacs-4/packages/dotlrn-assessment/tcl/dotlrn-assessment-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-assessment/tcl/dotlrn-assessment-procs.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/dotlrn-assessment/tcl/dotlrn-assessment-procs.tcl 7 Aug 2017 23:48:09 -0000 1.7 +++ openacs-4/packages/dotlrn-assessment/tcl/dotlrn-assessment-procs.tcl 27 Mar 2018 14:22:30 -0000 1.8 @@ -49,7 +49,7 @@ ad_proc -public dotlrn_assessment::add_applet_to_community { community_id } { - Add the assessment applet to a specifc dotlrn community + Add the assessment applet to a specific dotlrn community } { set portal_id [dotlrn_community::get_portal_id -community_id $community_id] @@ -99,7 +99,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]