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 -r1.204 -r1.205 --- openacs-4/packages/dotlrn/tcl/community-procs.tcl 13 Feb 2009 02:10:13 -0000 1.204 +++ openacs-4/packages/dotlrn/tcl/community-procs.tcl 21 Feb 2011 14:27:27 -0000 1.205 @@ -2383,7 +2383,7 @@ @param community_id The id of the Community in order to obtain the master template configured for it - @returns The path of the master template that will be used. + @return The path of the master template that will be used. } { set site_template_id [get_site_template_id -community_id $community_id] @@ -2400,7 +2400,7 @@ @param community_id The id of the Community of which we want to abtain the Site Template - @returns The id of the Site Template assigned to the Community + @return The id of the Site Template assigned to the Community } { return [util_memoize [list dotlrn_community::get_site_template_id_not_cached -community_id $community_id]]