aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2021-04-02 10:29:58 -0400
committerAndrew Dunstan <andrew@dunslane.net>2021-04-02 10:29:58 -0400
commit1877c9ac3acc05cc787dd6392d073202f8c8ee21 (patch)
tree3f3d7fdeda12d00c29162c3c6ce9b81f94877d38 /src
parentb1be3074ac719ce8073fba35d4c8b52fb4ddd0c3 (diff)
downloadpostgresql-1877c9ac3acc05cc787dd6392d073202f8c8ee21.tar.gz
postgresql-1877c9ac3acc05cc787dd6392d073202f8c8ee21.zip
Fix typo in 6d7a6feac4
Per gripe from Daniel Gustafsson
Diffstat (limited to 'src')
-rw-r--r--src/test/ssl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ssl/Makefile b/src/test/ssl/Makefile
index a9eca9e049d..a517756c946 100644
--- a/src/test/ssl/Makefile
+++ b/src/test/ssl/Makefile
@@ -91,7 +91,7 @@ ssl/client.crt: ssl/client.key ssl/client_ca.crt
openssl x509 -in ssl/temp.crt -out ssl/client.crt # to keep just the PEM cert
rm ssl/client.csr ssl/temp.crt
-# Client certificate with multi-parth DN, signed by the client CA:
+# Client certificate with multi-part DN, signed by the client CA:
ssl/client-dn.crt: ssl/client-dn.key ssl/client_ca.crt
openssl req -new -key ssl/client-dn.key -out ssl/client-dn.csr -config client-dn.config
openssl ca -name client_ca -batch -out ssl/temp.crt -config cas.config -infiles ssl/client-dn.csr