Index: openacs-4/packages/acs-templating/tcl/doc-tcl-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/doc-tcl-procs.tcl,v diff -u -r1.11.2.3 -r1.11.2.4 --- openacs-4/packages/acs-templating/tcl/doc-tcl-procs.tcl 3 Oct 2016 18:52:07 -0000 1.11.2.3 +++ openacs-4/packages/acs-templating/tcl/doc-tcl-procs.tcl 21 Apr 2017 16:50:29 -0000 1.11.2.4 @@ -460,7 +460,7 @@ # as would be expected if the namespace were being described # for the first time; otherwise # it is set to 0; the problem i'm trying to resolve here is multiple uses - # of the @namespace directive and determining which occurance of the + # of the @namespace directive and determining which occurrence of the # directive is followed by comments # by comments we want to parse into our static files @@ -489,7 +489,7 @@ if { $has_comments } { # this check determines whether or not we want the comments - # following this occurrance of the @namespace directive for + # following this occurrence of the @namespace directive for # this namespace to be included in our static files set namespace_info [list name "$namespace_name" overview "$namespace_description" author "$namespace_author" see "$namespace_see"]