doc PG 17 relnotes: Fix sslnegotation typo
authorAndres Freund <[email protected]>
Mon, 17 Jun 2024 18:53:07 +0000 (11:53 -0700)
committerAndres Freund <[email protected]>
Mon, 17 Jun 2024 18:53:07 +0000 (11:53 -0700)
I was confused with copy-pasting the parameter name didn't work...

doc/src/sgml/release-17.sgml

index 93bc7408b5bf3aa8d2dc3754b841de444b4afc1d..790e8fa33c3c3ca3e9bc8ee9a18695ac99ba2990 100644 (file)
@@ -1903,7 +1903,7 @@ Allow TLS connections without requiring a network round-trip negotiation (Greg S
 </para>
 
 <para>
-This is enabled with the client-side option sslnegotation=direct, requires ALPN, and only works on PostgreSQL 17 and later servers.
+This is enabled with the client-side option sslnegotiation=direct, requires ALPN, and only works on PostgreSQL 17 and later servers.
 </para>
 </listitem>