diff options
author | Michael Paquier <michael@paquier.xyz> | 2022-05-11 15:38:55 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2022-05-11 15:38:55 +0900 |
commit | 45edde037efc6ec76714e0be7309b348fe34351e (patch) | |
tree | 206708c6d10e713e4325b4f3954a1c0187cc4474 /src/test/ssl/t | |
parent | 0d3431497dbe91ba1e428ace4e9537c109eaff07 (diff) | |
download | postgresql-45edde037efc6ec76714e0be7309b348fe34351e.tar.gz postgresql-45edde037efc6ec76714e0be7309b348fe34351e.zip |
Fix typos and grammar in code and test comments
This fixes the grammar of some comments in a couple of tests (SQL and
TAP), and in some C files.
Author: Justin Pryzby
Discussion: https://postgr.es/m/20220511020334.GH19626@telsasoft.com
Diffstat (limited to 'src/test/ssl/t')
-rw-r--r-- | src/test/ssl/t/SSL/Backend/OpenSSL.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ssl/t/SSL/Backend/OpenSSL.pm b/src/test/ssl/t/SSL/Backend/OpenSSL.pm index 1546b5081ba..d6d99fa636a 100644 --- a/src/test/ssl/t/SSL/Backend/OpenSSL.pm +++ b/src/test/ssl/t/SSL/Backend/OpenSSL.pm @@ -135,7 +135,7 @@ sub get_sslkey =item $backend->set_server_cert(params) Change the configuration to use given server cert, key and crl file(s). The -following paramters are supported: +following parameters are supported: =over |