From 682512dca870f46cf2c0b9e227702dffc5de5ef0 Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Fri, 11 Oct 2024 10:04:23 +0200 Subject: [PATCH] Fix typo in connection limits test Spotted while doing post-commit review. --- src/test/postmaster/t/001_connection_limits.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5