Index: openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl,v diff -u -r1.42.2.7 -r1.42.2.8 --- openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl 21 Apr 2017 15:43:47 -0000 1.42.2.7 +++ openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl 22 Apr 2017 18:26:04 -0000 1.42.2.8 @@ -703,7 +703,7 @@ \@author Roberto Mello \@creation-date 2002-01-21 - \@param oacs_user If this user is already an openacs user. oacs_user_p will be defined. + \@param oacs_user If this user is already an OpenACS user. oacs_user_p will be defined. \@param shazam Magical incantation that calls Captain Marvel. Required parameter. \@param user_id The id for the user to process. Optional with default "" (api-browser will show the default automatically) @@ -713,7 +713,7 @@ } if { $oacs_user_p } { - # Do something if this is an openacs user + # Do something if this is an OpenACS user } }