diff options
author | jmc <> | 2017-02-20 16:01:15 +0000 |
---|---|---|
committer | jmc <> | 2017-02-20 16:01:15 +0000 |
commit | 6cb36c9d835e1348d93099b63bcdaf2a02c38532 (patch) | |
tree | 1ecd1353a3a079d961f6bf1bb2094ef4cb260af1 /src/lib | |
parent | 4565e979c4bc23c9029219f98144e218958f0de5 (diff) | |
download | openbsd-6cb36c9d835e1348d93099b63bcdaf2a02c38532.tar.gz openbsd-6cb36c9d835e1348d93099b63bcdaf2a02c38532.tar.bz2 openbsd-6cb36c9d835e1348d93099b63bcdaf2a02c38532.zip |
spelling fix;
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libtls/man/tls_init.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libtls/man/tls_init.3 b/src/lib/libtls/man/tls_init.3 index b17bb814fe..f06a966255 100644 --- a/src/lib/libtls/man/tls_init.3 +++ b/src/lib/libtls/man/tls_init.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: tls_init.3,v 1.4 2017/02/20 13:09:15 schwarze Exp $ | 1 | .\" $OpenBSD: tls_init.3,v 1.5 2017/02/20 16:01:15 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> | 3 | .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> |
4 | .\" Copyright (c) 2016 Joel Sing <jsing@openbsd.org> | 4 | .\" Copyright (c) 2016 Joel Sing <jsing@openbsd.org> |
@@ -112,7 +112,7 @@ on error or an out of memory condition. | |||
112 | .Fn tls_config_error | 112 | .Fn tls_config_error |
113 | returns | 113 | returns |
114 | .Dv NULL | 114 | .Dv NULL |
115 | if no error occured with | 115 | if no error occurred with |
116 | .Fa config | 116 | .Fa config |
117 | at all, or if memory allocation failed while trying to assemble the | 117 | at all, or if memory allocation failed while trying to assemble the |
118 | string describing the most recent error related to | 118 | string describing the most recent error related to |