diff options
-rw-r--r-- | src/test/postmaster/t/001_connection_limits.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/postmaster/t/001_connection_limits.pl b/src/test/postmaster/t/001_connection_limits.pl index 102c23e2c1a..7e64a82a8b4 100644 --- a/src/test/postmaster/t/001_connection_limits.pl +++ b/src/test/postmaster/t/001_connection_limits.pl @@ -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. |