Fix typo in comment

Author: Daniel Gustafsson <daniel@yesql.se>
This commit is contained in:
Magnus Hagander 2018-03-19 10:45:44 +01:00
parent a467832047
commit 71cce90ee9
1 changed files with 1 additions and 1 deletions

View File

@ -610,7 +610,7 @@ be_tls_write(Port *port, void *ptr, size_t len, int *waitfor)
case SSL_ERROR_ZERO_RETURN:
/*
* the SSL connnection was closed, leave it to the caller to
* the SSL connection was closed, leave it to the caller to
* ereport it
*/
errno = ECONNRESET;