summaryrefslogtreecommitdiffstats
path: root/doc/ssl/SSL_get0_peer_scts.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ssl/SSL_get0_peer_scts.pod')
-rw-r--r--doc/ssl/SSL_get0_peer_scts.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ssl/SSL_get0_peer_scts.pod b/doc/ssl/SSL_get0_peer_scts.pod
index a2a1a29906..f14ba17a19 100644
--- a/doc/ssl/SSL_get0_peer_scts.pod
+++ b/doc/ssl/SSL_get0_peer_scts.pod
@@ -21,7 +21,7 @@ the peer's certificate for SCTs. Future calls will return the same SCTs.
If no Certificate Transparency validation callback has been set (using
B<SSL_CTX_set_ct_validation_callback> or B<SSL_set_ct_validation_callback>),
-this function is not guarantee to return all of the SCTs that the peer is
+this function is not guaranteed to return all of the SCTs that the peer is
capable of sending.
=head1 RETURN VALUES