diff options
author | Daniel Gustafsson <dgustafsson@postgresql.org> | 2024-10-11 10:04:23 +0200 |
---|---|---|
committer | Daniel Gustafsson <dgustafsson@postgresql.org> | 2024-10-11 10:04:23 +0200 |
commit | 682512dca870f46cf2c0b9e227702dffc5de5ef0 (patch) | |
tree | 92d723a51bbdb394ad780a79f002978a45c3a7f6 | |
parent | 099c572d3384f1cbac6f6a108f56de222c10c11e (diff) | |
download | postgresql-682512dca870f46cf2c0b9e227702dffc5de5ef0.tar.gz postgresql-682512dca870f46cf2c0b9e227702dffc5de5ef0.zip |
Fix typo in connection limits test
Spotted while doing post-commit review.
-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. |