From: Rich Salz Date: Sat, 30 Aug 2014 13:54:49 +0000 (-0400) Subject: RT2379: Additional typo fix X-Git-Tag: master-post-reformat~431 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=8b77d64e99e5d2d991d329656a173926372536c1;hp=cf2239b3b397174a8a6b1cc84ff68aba34ed5941 RT2379: Additional typo fix Andy found an additional typo "can be can be". Now I have that silly "Que sera sera" song stuck in my head. Reviewed-by: Andy Polyakov --- diff --git a/doc/crypto/BIO_s_accept.pod b/doc/crypto/BIO_s_accept.pod index 560c1128ef..45b73df770 100644 --- a/doc/crypto/BIO_s_accept.pod +++ b/doc/crypto/BIO_s_accept.pod @@ -59,7 +59,7 @@ the accept socket. See L BIO_set_accept_port() uses the string B to set the accept port. The port is represented as a string of the form "host:port", where "host" is the interface to use and "port" is the port. -The host can be can be "*" which is interpreted as meaning +The host can be "*" which is interpreted as meaning any interface; "port" has the same syntax as the port specified in BIO_set_conn_port() for connect BIOs, that is it can be a numerical port string or a string to lookup