Index: openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl,v diff -u -r1.67 -r1.68 --- openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl 19 Oct 2018 08:55:36 -0000 1.67 +++ openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl 3 Nov 2018 19:39:39 -0000 1.68 @@ -1746,7 +1746,7 @@ # ad_proc (ad_proc ?-options ...? # name args) before that? # - # Note, that this handles just + # Note that this handles just # single line ad-proc signatures, # not multi-line argument lists. Index: openacs-4/packages/acs-api-browser/tcl/api-doc-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-api-browser/tcl/api-doc-init.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/acs-api-browser/tcl/api-doc-init.tcl 25 Jul 2018 13:40:15 -0000 1.1 +++ openacs-4/packages/acs-api-browser/tcl/api-doc-init.tcl 3 Nov 2018 19:39:39 -0000 1.2 @@ -6,7 +6,7 @@ # fast, so just do it when needed. # # To activate the computation of calling-info, add a section like the -# following to your NaviServer config file. Note, that the +# following to your NaviServer config file. Note that the # calling-info is not necessarily complete (it is not always possible # to derive call calls from the static analysis), also direct calls # from web pages are not included.