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.7 -r1.8 --- openacs-4/packages/lars-blogger/tcl/blogger-api-procs.tcl 30 Oct 2013 17:37:08 -0000 1.7 +++ openacs-4/packages/lars-blogger/tcl/blogger-api-procs.tcl 4 Apr 2018 18:51:56 -0000 1.8 @@ -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. - @return user_id if successful authentication. errors if unsuccesful. + @return user_id if successful authentication. errors if unsuccessful. @author Vinod Kurup } { if { [string first "@" $username] != -1 } {