diff options
author | 2016-05-27 11:25:57 +0000 | |
---|---|---|
committer | 2016-05-27 11:25:57 +0000 | |
commit | e5ef2ce96896b242b066f6089b91536ab90cdd61 (patch) | |
tree | 41c3fdf4f8692052c94f2c91f80d4d47a57bce04 | |
parent | Return "400 Bad Request" instead of "500 Server Internal Error" for (diff) | |
download | wireguard-openbsd-e5ef2ce96896b242b066f6089b91536ab90cdd61.tar.xz wireguard-openbsd-e5ef2ce96896b242b066f6089b91536ab90cdd61.zip |
typo fixes; Anthony Coulter
-rw-r--r-- | lib/libc/asr/asr.c | 4 | ||||
-rw-r--r-- | lib/libtls/tls_init.3 | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/asr/asr.c b/lib/libc/asr/asr.c index e39d60dc262..fc954fb5b2b 100644 --- a/lib/libc/asr/asr.c +++ b/lib/libc/asr/asr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: asr.c,v 1.52 2016/05/26 06:59:42 jmatthew Exp $ */ +/* $OpenBSD: asr.c,v 1.53 2016/05/27 11:25:57 sthen Exp $ */ /* * Copyright (c) 2010-2012 Eric Faurot <eric@openbsd.org> * @@ -715,7 +715,7 @@ asr_ctx_parse(struct asr_ctx *ac, const char *str) /* * Check for environment variables altering the configuration as described - * in resolv.conf(5). Altough not documented there, this feature is disabled + * in resolv.conf(5). Although not documented there, this feature is disabled * for setuid/setgid programs. */ static void diff --git a/lib/libtls/tls_init.3 b/lib/libtls/tls_init.3 index 3c23cda63e4..cd1f00af237 100644 --- a/lib/libtls/tls_init.3 +++ b/lib/libtls/tls_init.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tls_init.3,v 1.60 2016/05/09 13:48:57 jsing Exp $ +.\" $OpenBSD: tls_init.3,v 1.61 2016/05/27 11:25:57 sthen 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: May 9 2016 $ +.Dd $Mdocdate: May 27 2016 $ .Dt TLS_INIT 3 .Os .Sh NAME @@ -421,7 +421,7 @@ can only succeed after the handshake is complete. .Fn tls_peer_cert_contains_name checks if the peer of a TLS .Ar ctx -has povided a certificate that contains a +has provided a certificate that contains a SAN or CN that matches .Ar name . .Fn tls_peer_cert_contains_name |