Fix typo in 6d7a6feac4
authorAndrew Dunstan <andrew@dunslane.net>
Fri, 2 Apr 2021 14:29:58 +0000 (10:29 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Fri, 2 Apr 2021 14:29:58 +0000 (10:29 -0400)
Per gripe from Daniel Gustafsson

src/test/ssl/Makefile

index a9eca9e049d4e9a92aac3b5c9abd21e5f1ca84ed..a517756c94650e53f4bf69f72c09c125caa6d0fc 100644 (file)
@@ -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