Index: openacs-4/packages/dotlrn/tcl/community-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/community-procs.tcl,v diff -u -N -r1.231 -r1.232 --- openacs-4/packages/dotlrn/tcl/community-procs.tcl 17 Jul 2018 11:42:26 -0000 1.231 +++ openacs-4/packages/dotlrn/tcl/community-procs.tcl 24 Jul 2018 19:04:34 -0000 1.232 @@ -317,7 +317,7 @@ foreach applet_key $default_applets_list { if {[dotlrn_applet::applet_exists_p -applet_key $applet_key]} { dotlrn_community::add_applet_to_community $community_id $applet_key - ns_log Notice "Added applet:::: $applet_key" + ns_log Notice "Added applet: $applet_key" } } } @@ -829,7 +829,7 @@ # # util_memoize_flush_regexp $user_id # - # was intended just to flush, just permissons or more. To + # was intended just to flush, just permissions or more. To # improve latencies, the following flush command should be # more precise (or removed) # @@ -964,7 +964,7 @@ # # util_memoize_flush_regexp $user_id # - # was intended just to flush, just permissons or more. To + # was intended just to flush, just permissions or more. To # improve latencies, the following flush command should be # more precise (or removed) # @@ -1568,7 +1568,7 @@ ad_proc -public needs_approval_p { {-community_id:required} } { - Returns 1 if the community's join policy is 'needs approval' aka "request approval". + Returns 1 if the community's join policy is 'needs approval' a.k.a. "request approval". } { return [db_string check_community_needs_approval {} -default 0] }