From 71cce90ee99098f52e65278b96662e32ca005771 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Mon, 19 Mar 2018 10:45:44 +0100 Subject: [PATCH] Fix typo in comment Author: Daniel Gustafsson --- src/backend/libpq/be-secure-openssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/libpq/be-secure-openssl.c b/src/backend/libpq/be-secure-openssl.c index 75ee5456cc..54cb352b8f 100644 --- a/src/backend/libpq/be-secure-openssl.c +++ b/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: /* - * 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; -- 2.40.0