Index: openacs-4/packages/dotlrn/tcl/dotlrn-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/dotlrn-procs.tcl,v diff -u -N -r1.81 -r1.82 --- openacs-4/packages/dotlrn/tcl/dotlrn-procs.tcl 7 Apr 2018 08:59:39 -0000 1.81 +++ openacs-4/packages/dotlrn/tcl/dotlrn-procs.tcl 30 Apr 2018 09:14:23 -0000 1.82 @@ -218,7 +218,7 @@ ad_proc -public -deprecated get_user_name { user_id } { - Get the names the the user. + Get the names the user. Deprectead. Use acs_user::get_element -element name instead. @@ -356,7 +356,7 @@ } { # based on the type: # 1. get the page_names and layouts - # 2. the the list of default applets for this type + # 2. the list of default applets for this type if {$type eq "dotlrn_community"} { set csv_list [dotlrn::parameter -name subcomm_pages_csv] set default_applets [dotlrn::parameter -name default_subcomm_applets]