diff options
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; |
