diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2021-11-05 22:03:26 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2021-11-05 22:03:26 +0000 |
commit | 4828aad0bff2bbd159f5ad09eacf89092387412f (patch) | |
tree | d36382c25dfa79635b8333091961ab170325ff2c /lib | |
parent | d279bf5f2eeed27e3cc56af957975ca2ab755af2 (diff) |
typo: a static objects -> a static object
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/man/X509_LOOKUP_new.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/man/X509_LOOKUP_new.3 b/lib/libcrypto/man/X509_LOOKUP_new.3 index 5a0c3b4a194..f9d81ec6f4e 100644 --- a/lib/libcrypto/man/X509_LOOKUP_new.3 +++ b/lib/libcrypto/man/X509_LOOKUP_new.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: X509_LOOKUP_new.3,v 1.5 2021/10/21 22:36:16 schwarze Exp $ +.\" $OpenBSD: X509_LOOKUP_new.3,v 1.6 2021/11/05 22:03:25 tb Exp $ .\" .\" Copyright (c) 2021 Ingo Schwarze <schwarze@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 21 2021 $ +.Dd $Mdocdate: November 5 2021 $ .Dt X509_LOOKUP_NEW 3 .Os .Sh NAME @@ -120,7 +120,7 @@ allocates a new, empty .Vt X509_LOOKUP object and associates it with the .Fa method -which is a static objects returned from either +which is a static object returned from either .Xr X509_LOOKUP_hash_dir 3 or .Xr X509_LOOKUP_file 3 |