Index: openacs-4/packages/dotlrn/tcl/term-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/term-procs.tcl,v diff -u -r1.13 -r1.14 --- openacs-4/packages/dotlrn/tcl/term-procs.tcl 27 Oct 2014 16:41:16 -0000 1.13 +++ openacs-4/packages/dotlrn/tcl/term-procs.tcl 7 Aug 2017 23:48:09 -0000 1.14 @@ -118,7 +118,7 @@ } { generate a "term year" string from the start and end dates a "term year" is either a 4-digit year like "2002" or - two different 4-digit year seperated by a / like "2002/2004" + two different 4-digit year separated by a / like "2002/2004" } { set start_year [template::util::date::get_property year $start_date] set end_year [template::util::date::get_property year $end_date] @@ -139,3 +139,9 @@ } + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: