Index: openacs-4/packages/acs-tcl/tcl/deprecated-utilities-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/Attic/deprecated-utilities-procs.tcl,v diff -u -r1.9 -r1.10 --- openacs-4/packages/acs-tcl/tcl/deprecated-utilities-procs.tcl 27 Oct 2014 16:40:06 -0000 1.9 +++ openacs-4/packages/acs-tcl/tcl/deprecated-utilities-procs.tcl 7 Aug 2017 23:47:59 -0000 1.10 @@ -162,7 +162,7 @@ location. All variables in ns_getform (both posts and gets) will be maintained. Note that this will return out of its caller so that the caller need not explicitly call "return". Returns the user id - if login was succesful. + if login was successful. @see auth::require_login } { @@ -177,3 +177,9 @@ } { ad_proc {*}$args } + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: