Skip to content

Commit 682512d

Browse files
Fix typo in connection limits test
Spotted while doing post-commit review.
1 parent 099c572 commit 682512d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ sub background_psql_as_user
8989
# postmaster cannot accept() them fast enough. The exact limit
9090
# and behavior depends on the platform. To make this reliable,
9191
# we attempt SSL negotiation on each connection before opening
92-
# next one. The server will reject the SSL negotations, but
92+
# next one. The server will reject the SSL negotiations, but
9393
# when it does so, we know that the backend has been launched
9494
# and we should be able to open another connection.
9595

0 commit comments

Comments
 (0)