diff options
author | 2016-04-28 18:27:51 +0000 | |
---|---|---|
committer | 2016-04-28 18:27:51 +0000 | |
commit | 9b3ab020f0d34f7f8543d97cb65e55fcb7107d6c (patch) | |
tree | 98bb6ce3e0fd51fa1890976260a94c5bb3230a92 /lib/libtls/tls_init.3 | |
parent | Replace /dev/bpf[0-9] with /dev/bpf and /dev/bpf0. The /dev/bpf node is (diff) | |
download | wireguard-openbsd-9b3ab020f0d34f7f8543d97cb65e55fcb7107d6c.tar.xz wireguard-openbsd-9b3ab020f0d34f7f8543d97cb65e55fcb7107d6c.zip |
spelling fix;
Diffstat (limited to 'lib/libtls/tls_init.3')
-rw-r--r-- | lib/libtls/tls_init.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libtls/tls_init.3 b/lib/libtls/tls_init.3 index da8565a248d..94aaab76a79 100644 --- a/lib/libtls/tls_init.3 +++ b/lib/libtls/tls_init.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tls_init.3,v 1.58 2016/04/28 17:05:59 jsing Exp $ +.\" $OpenBSD: tls_init.3,v 1.59 2016/04/28 18:27:51 jmc Exp $ .\" .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> .\" @@ -344,7 +344,7 @@ sets the files from which the public certificate and private key will be read. .Em (Client and server) .It .Fn tls_config_set_keypair_mem -directly sets the public certifcate and private key from memory. +directly sets the public certificate and private key from memory. .Em (Client and server) .It .Fn tls_config_set_protocols |