From: Magnus Hagander Date: Mon, 19 Mar 2018 09:45:44 +0000 (+0100) Subject: Fix typo in comment X-Git-Tag: REL_11_BETA1~570 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=71cce90ee99098f52e65278b96662e32ca005771;p=thirdparty%2Fpostgresql.git Fix typo in comment Author: Daniel Gustafsson --- diff --git a/src/backend/libpq/be-secure-openssl.c b/src/backend/libpq/be-secure-openssl.c index 75ee5456cc1..54cb352b8f3 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;