Fix tpyo.
authorjsing <jsing@openbsd.org>
Fri, 16 Oct 2015 13:48:44 +0000 (13:48 +0000)
committerjsing <jsing@openbsd.org>
Fri, 16 Oct 2015 13:48:44 +0000 (13:48 +0000)
lib/libtls/tls_init.3

index f88dd5c..81047ba 100644 (file)
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tls_init.3,v 1.51 2015/10/08 07:22:02 jmc Exp $
+.\" $OpenBSD: tls_init.3,v 1.52 2015/10/16 13:48:44 jsing Exp $
 .\"
 .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org>
 .\"
@@ -14,7 +14,7 @@
 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\"
-.Dd $Mdocdate: October 8 2015 $
+.Dd $Mdocdate: October 16 2015 $
 .Dt TLS_INIT 3
 .Os
 .Sh NAME
@@ -470,7 +470,7 @@ connected to
 will only succeed after the handshake is complete.
 .Em (Server and client)
 .It
-.Fn tls_config_verify_client_opional
+.Fn tls_config_verify_client_optional
 enables client certificate verification, without requiring the client
 to send a certificate.
 .Em (Server)