Index: openacs-4/packages/dotlrn/tcl/department-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/department-procs.tcl,v diff -u -r1.15 -r1.16 --- openacs-4/packages/dotlrn/tcl/department-procs.tcl 7 Aug 2017 23:48:09 -0000 1.15 +++ openacs-4/packages/dotlrn/tcl/department-procs.tcl 25 Jan 2018 12:36:53 -0000 1.16 @@ -80,7 +80,7 @@ ad_proc -public count_classes { {-department_key:required} } { - retuns the number of classes under this department + returns the number of classes under this department } { return [db_string select_count_classes {} -default 0] }