Skip to content

Commit f87890c

Browse files
Fix typo in SSL_CTX_set_alpn_select_cb documentation
* implementating - implementing
1 parent 20da3da commit f87890c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/man3/SSL_CTX_set_alpn_select_cb.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ least one valid (nonempty) protocol entry in the list.
8080
The SSL_select_next_proto() helper function can be useful from either the ALPN
8181
callback or the NPN callback (described below). If no match is found, the first
8282
item in B<client>, B<client_len> is returned in B<out>, B<outlen> and
83-
B<OPENSSL_NPN_NO_OVERLAP> is returned. This can be useful when implementating
83+
B<OPENSSL_NPN_NO_OVERLAP> is returned. This can be useful when implementing
8484
the NPN callback. In the ALPN case, the value returned in B<out> and B<outlen>
8585
must be ignored if B<OPENSSL_NPN_NO_OVERLAP> has been returned from
8686
SSL_select_next_proto().

0 commit comments

Comments
 (0)