Fix typo in connection limits test
authorDaniel Gustafsson <[email protected]>
Fri, 11 Oct 2024 08:04:23 +0000 (10:04 +0200)
committerDaniel Gustafsson <[email protected]>
Fri, 11 Oct 2024 08:04:23 +0000 (10:04 +0200)
Spotted while doing post-commit review.

src/test/postmaster/t/001_connection_limits.pl

index 102c23e2c1a8f50cbeddf88c2091d0941a7cb667..7e64a82a8b47f4ecd9105fbd62690cb988a14051 100644 (file)
@@ -89,7 +89,7 @@ SKIP:
                # postmaster cannot accept() them fast enough. The exact limit
                # and behavior depends on the platform. To make this reliable,
                # we attempt SSL negotiation on each connection before opening
-               # next one. The server will reject the SSL negotations, but
+               # next one. The server will reject the SSL negotiations, but
                # when it does so, we know that the backend has been launched
                # and we should be able to open another connection.