Commit 71cce90e authored by Magnus Hagander's avatar Magnus Hagander

Fix typo in comment

Author: Daniel Gustafsson <daniel@yesql.se>
parent a4678320
...@@ -610,7 +610,7 @@ be_tls_write(Port *port, void *ptr, size_t len, int *waitfor) ...@@ -610,7 +610,7 @@ be_tls_write(Port *port, void *ptr, size_t len, int *waitfor)
case SSL_ERROR_ZERO_RETURN: 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 * ereport it
*/ */
errno = ECONNRESET; errno = ECONNRESET;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment