Fix typo in comment

Author: Daniel Gustafsson <daniel@yesql.se>
pull/31/merge
Magnus Hagander 8 years ago
parent a467832047
commit 71cce90ee9
  1. 2
      src/backend/libpq/be-secure-openssl.c

@ -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;

Loading…
Cancel
Save