From: Sebastian B. <sb...@us...> - 2014-02-22 19:52:28
|
Update of /cvsroot/simplemail/simplemail In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv16592 Modified Files: tcp.c Log Message: Fixed doc. Index: tcp.c =================================================================== RCS file: /cvsroot/simplemail/simplemail/tcp.c,v retrieving revision 1.53 retrieving revision 1.54 diff -u -d -r1.53 -r1.54 --- tcp.c 21 Feb 2014 06:39:08 -0000 1.53 +++ tcp.c 22 Feb 2014 19:52:25 -0000 1.54 @@ -107,7 +107,7 @@ * @param server defines the name of the server to which the connection * should be created. * @param port defines to which server port the connection should be established. - * @param options defines additional connection should be made secure. + * @param options defines additional options, such as if the connection should be made secure. * @return the connection or NULL on failure. Use tcp_error_code() for more information. * * @note TODO: Rework the error code handling. |