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.160 -r1.161 --- openacs-4/packages/dotlrn/tcl/community-procs.tcl 24 Jul 2002 15:59:37 -0000 1.160 +++ openacs-4/packages/dotlrn/tcl/community-procs.tcl 26 Jul 2002 02:00:02 -0000 1.161 @@ -1458,7 +1458,7 @@ if {[string equal "dotlrn_community" $community_type]} { set subcomm_p 1 - # we needs this here in case we are being called from ourself + # we need this here in case we are being called from ourself if {[empty_string_p $parent_community_id]} { set parent_community_id [get_parent_id -community_id $community_id] }