diff options
| author | David Rowley | 2024-05-03 14:33:25 +0000 |
|---|---|---|
| committer | David Rowley | 2024-05-03 14:33:25 +0000 |
| commit | a42fc1c903b54ba94374e5e0c08905b9a1479f19 (patch) | |
| tree | 179e5cab5edf67090abbc3edd6e31fe50ff74e87 /src/interfaces | |
| parent | 4a044b9497093f349605fb9912446c5f1bcf228c (diff) | |
Fix an assortment of typos
Author: Alexander Lakhin
Discussion: https://postgr.es/m/ae9f2fcb-4b24-5bb0-4240-efbbbd944ca1@gmail.com
Diffstat (limited to 'src/interfaces')
| -rw-r--r-- | src/interfaces/libpq/t/005_negotiate_encryption.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/libpq/t/005_negotiate_encryption.pl b/src/interfaces/libpq/t/005_negotiate_encryption.pl index 1c37f832e76..03a9079f3fa 100644 --- a/src/interfaces/libpq/t/005_negotiate_encryption.pl +++ b/src/interfaces/libpq/t/005_negotiate_encryption.pl @@ -395,7 +395,7 @@ nogssuser disable disable * connect, authok # The expected events and outcomes above assume that SSL support # is enabled. When libpq is compiled without SSL support, all # attempts to connect with sslmode=require or - # sslnegotition=direct/requiredirectwould fail immediately without + # sslnegotiation=direct/requiredirect would fail immediately without # even connecting to the server. Skip those, because we tested # them earlier already. my ($sslmodes, $sslnegotiations); @@ -552,7 +552,7 @@ done_testing(); ### Helper functions -# Test the cube of parameters: user, gssencmode, sslmode, and sslnegotitation +# Test the cube of parameters: user, gssencmode, sslmode, and sslnegotiation sub test_matrix { local $Test::Builder::Level = $Test::Builder::Level + 1; |
