Index: openacs-4/packages/lars-blogger/tcl/blogger-api-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lars-blogger/tcl/blogger-api-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lars-blogger/tcl/blogger-api-procs.tcl 14 Dec 2003 11:10:44 -0000 1.2 +++ openacs-4/packages/lars-blogger/tcl/blogger-api-procs.tcl 12 Jan 2004 13:36:47 -0000 1.3 @@ -17,7 +17,7 @@ Authenticate a user based on info from XML-RPC client. Not sure if we're getting email or username, so test for @ and decide. - @returns user_id if successful authentication. errors if unsuccesful. + @return user_id if successful authentication. errors if unsuccesful. @author Vinod Kurup } { if { [string first "@" $username] != -1 } {