diff options
author | 2002-12-09 00:45:33 +0000 | |
---|---|---|
committer | 2002-12-09 00:45:33 +0000 | |
commit | f986e4fc9b1204c56a7ddda3ffe947a9f7252cc4 (patch) | |
tree | 613eb3ef3cf06229bd0141537a549cd373ac2dc6 /lib | |
parent | regen (diff) | |
download | wireguard-openbsd-f986e4fc9b1204c56a7ddda3ffe947a9f7252cc4.tar.xz wireguard-openbsd-f986e4fc9b1204c56a7ddda3ffe947a9f7252cc4.zip |
From Andrushock, s/sucess/success/g
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libssl/src/doc/ssleay.txt | 2 | ||||
-rw-r--r-- | lib/libz/gzio.c | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libssl/src/doc/ssleay.txt b/lib/libssl/src/doc/ssleay.txt index c6049d5e53b..d19da310eb2 100644 --- a/lib/libssl/src/doc/ssleay.txt +++ b/lib/libssl/src/doc/ssleay.txt @@ -6245,7 +6245,7 @@ SSL_get_app_data void SSL_CTX_set_default_verify /* This callback, if set, totaly overrides the normal SSLeay verification - * functions and should return 1 on sucesss and 0 on failure */ + * functions and should return 1 on successs and 0 on failure */ void SSL_CTX_set_cert_verify_callback /* The following are the same as the equivilent SSL_xxx functions. diff --git a/lib/libz/gzio.c b/lib/libz/gzio.c index 4ad89681f55..a6b98aeee25 100644 --- a/lib/libz/gzio.c +++ b/lib/libz/gzio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: gzio.c,v 1.8 2002/07/06 00:11:40 millert Exp $ */ +/* $OpenBSD: gzio.c,v 1.9 2002/12/09 00:45:37 millert Exp $ */ /* gzio.c -- IO on .gz files * Copyright (C) 1995-2002 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h @@ -231,7 +231,7 @@ int ZEXPORT gzsetparams (file, level, strategy) /* =========================================================================== Read a byte from a gz_stream; update next_in and avail_in. Return EOF for end of file. - IN assertion: the stream s has been sucessfully opened for reading. + IN assertion: the stream s has been successfully opened for reading. */ local int get_byte(s) gz_stream *s; @@ -256,7 +256,7 @@ local int get_byte(s) mode to transparent if the gzip magic header is not present; set s->err to Z_DATA_ERROR if the magic header is present but the rest of the header is incorrect. - IN assertion: the stream s has already been created sucessfully; + IN assertion: the stream s has already been created successfully; s->stream.avail_in is zero for the first time, but may be non-zero for concatenated .gz files. */ |