summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-secure-openssl.c
diff options
context:
space:
mode:
authorÁlvaro Herrera <alvherre@kurilemu.de>2025-11-18 19:31:23 +0100
committerÁlvaro Herrera <alvherre@kurilemu.de>2025-11-18 19:31:23 +0100
commit77fb3959a45d1a748cb28f3f58da18c6645b45d3 (patch)
tree13c4862d1359ca4ded2e78b426620ad2ee5e802b /src/interfaces/libpq/fe-secure-openssl.c
parent35b5c62c3ad9a28ca145691219d889c638c82e37 (diff)
Fix typo
Diffstat (limited to 'src/interfaces/libpq/fe-secure-openssl.c')
-rw-r--r--src/interfaces/libpq/fe-secure-openssl.c2
1 files changed, 1 insertions, 1 deletions
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.
*/