diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-09-06 23:26:31 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-09-06 23:26:31 +0000 |
commit | 1d63b28b3d3033d8f4e80bfc975bc83738d5a32d (patch) | |
tree | 4155306630a8f4a43651a5b07185315c4dbf1359 /lib | |
parent | bbda2ad5f5b2c10f21f1b9dd040efa56afbfd854 (diff) |
succesful -> successful
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/stdlib/getenv.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/getenv.3 b/lib/libc/stdlib/getenv.3 index c7858b55b0d..d6ffc8b1ddd 100644 --- a/lib/libc/stdlib/getenv.3 +++ b/lib/libc/stdlib/getenv.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: getenv.3,v 1.5 1999/06/29 18:36:20 aaron Exp $ +.\" $OpenBSD: getenv.3,v 1.6 1999/09/06 23:26:30 aaron Exp $ .\" .Dd December 11, 1993 .Dt GETENV 3 @@ -122,7 +122,7 @@ is set to indicate the error and a .Pp If .Fn getenv -is succesful, the string returned should be considered read-only. +is successful, the string returned should be considered read-only. .Sh ERRORS .Bl -tag -width [ENOMEM] .It Bq Er ENOMEM |