From 77fb3959a45d1a748cb28f3f58da18c6645b45d3 Mon Sep 17 00:00:00 2001 From: Álvaro Herrera Date: Tue, 18 Nov 2025 19:31:23 +0100 Subject: Fix typo --- src/interfaces/libpq/fe-secure-openssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interfaces/libpq/fe-secure-openssl.c') diff --git a/src/interfaces/libpq/fe-secure-openssl.c b/src/interfaces/libpq/fe-secure-openssl.c index 51dd7b9fec0..d2045c73ae6 100644 --- a/src/interfaces/libpq/fe-secure-openssl.c +++ b/src/interfaces/libpq/fe-secure-openssl.c @@ -694,7 +694,7 @@ static unsigned char alpn_protos[] = PG_ALPN_PROTOCOL_VECTOR; * 3.5 introduced stub function to set the callback for OpenSSL compatibility * but the callback is never invoked. * - * Error messages added to the connection object wont be printed anywhere if + * Error messages added to the connection object won't be printed anywhere if * the connection is successful. Errors in processing keylogging are printed * to stderr to overcome this. */ -- cgit v1.2.3