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.53 -r1.54 --- openacs-4/packages/dotlrn/tcl/community-procs.tcl 24 Jan 2002 22:32:30 -0000 1.53 +++ openacs-4/packages/dotlrn/tcl/community-procs.tcl 10 Feb 2002 22:16:53 -0000 1.54 @@ -215,7 +215,7 @@ {-start_date:required} {-end_date:required} } { - set the community active ebgin and end dates + set the community active begin and end dates } { set start_date "[template::util::date::get_property year $start_date] [template::util::date::get_property month $start_date] [template::util::date::get_property day $start_date]" set end_date "[template::util::date::get_property year $end_date] [template::util::date::get_property month $end_date] [template::util::date::get_property day $end_date]"