ispell
[openssl.git] / doc / ssl / SSL_get_peer_certificate.pod
index 18d1db5183b27a67c6466874b52b83161d14e865..60635a966000807bf25b93ff1f396ff6a5c0f732 100644 (file)
@@ -19,7 +19,7 @@ peer presented. If the peer did not present a certificate, NULL is returned.
 
 Due to the protocol definition, a TLS/SSL server will always send a
 certificate, if present. A client will only send a certificate when
-explicitely requested to do so by the server (see
+explicitly requested to do so by the server (see
 L<SSL_CTX_set_verify(3)|SSL_CTX_set_verify(3)>). If an anonymous cipher
 is used, no certificates are sent.