]> Pileus Git - ~andy/fetchmail/commitdiff
Fix typo in comment.
authorMatthias Andree <matthias.andree@gmx.de>
Thu, 28 Apr 2011 21:18:46 +0000 (23:18 +0200)
committerMatthias Andree <matthias.andree@gmx.de>
Thu, 28 Apr 2011 21:18:46 +0000 (23:18 +0200)
socket.c

index fad21c5010930ba00d0da0e55604227714a9361e..6eadeef2725e0fcbfe457a316f75ff0afe92c99f 100644 (file)
--- a/socket.c
+++ b/socket.c
@@ -452,7 +452,7 @@ int SockRead(int sock, char *buf, int len)
                /* OK...  SSL_peek works a little different from MSG_PEEK
                        Problem is that SSL_peek can return 0 if there
                        is no data currently available.  If, on the other
-                       hand, we loose the socket, we also get a zero, but
+                       hand, we lose the socket, we also get a zero, but
                        the SSL_read then SEGFAULTS!  To deal with this,
                        we'll check the error code any time we get a return
                        of zero from SSL_peek.  If we have an error, we bail.