From: Sebastian B. <sb...@us...> - 2014-02-23 14:51:51
|
Update of /cvsroot/simplemail/simplemail In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv31856 Modified Files: ssl.c Log Message: Fixed typo in the doc. Index: ssl.c =================================================================== RCS file: /cvsroot/simplemail/simplemail/ssl.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- ssl.c 23 Feb 2014 14:51:31 -0000 1.5 +++ ssl.c 23 Feb 2014 14:51:48 -0000 1.6 @@ -34,7 +34,7 @@ /** - * Initialize ssl and return the orimary context. + * Initialize ssl and return the primary context. * * @return */ |